- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getDependency (0.06 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/Node.java
/** * @return artifact for this node */ @Nullable Artifact getArtifact(); /** * @return dependency for this node */ @Nullable Dependency getDependency(); /** * Gets the child nodes of this node. * * @return the child nodes of this node, never {@code null} */ @Nonnull List<Node> getChildren(); /**
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Mar 24 14:10:11 UTC 2025 - 4.2K bytes - Viewed (0)