- Sort Score
- Result 10 results
- Languages All
Results 51 - 52 of 52 for obligations (0.04 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/package-info.java
* A {@code DependencyCoordinates} extends {@code ArtifactCoordinates} with additional information about how * the artifact will be used: type, scope and obligation (whether the dependency is optional or mandatory). * The version and the obligation may not be defined precisely.</p> * * <p>{@link org.apache.maven.api.Dependency} instances represent artifacts in the repository * that are dependencies of the project.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Mar 05 14:29:21 UTC 2025 - 7.7K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Dependency.java
*/ @Nonnull DependencyScope getScope(); /** * Returns whether the dependency is optional or mandatory. * Unlike {@link DependencyCoordinates}, the obligation of a {@code Dependency} is always present. * The value is computed during the dependencies collection phase. * * @return {@code true} if the dependency is optional, or {@code false} if mandatory
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jun 26 07:56:58 UTC 2025 - 2.8K bytes - Viewed (0)