- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for rootArtifact (0.04 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverRequest.java
* * @param rootArtifact the root artifact for the dependency graph, may be {@code null} * @return this request for chaining, never {@code null} */ @Nonnull public DependencyResolverRequestBuilder rootArtifact(@Nullable Artifact rootArtifact) { this.rootArtifact = rootArtifact; return this; } /**Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 10 07:30:49 UTC 2025 - 23K bytes - Viewed (0)