- Sort Score
- Result 10 results
- Languages All
Results 11 - 13 of 13 for DependencyScope (0.09 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/DependencyCoordinates.java
Type getType(); /** * {@return the time at which the dependency will be used} * If may be, for example, at compile time only, at run time or at test time. */ @Nonnull DependencyScope getScope(); /** * Returns whether the dependency is optional, mandatory or of unspecified obligation. * * @return the obligation, or {@code null} if unspecified */ @Nullable
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Sat Sep 28 09:03:24 UTC 2024 - 2.5K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
ProjectScope requireProjectScope(@Nonnull String id); /** * Obtain the {@link DependencyScope} from the specified {@code id}. * <p> * Shortcut for {@code DependencyScope.forId(...)}. * * @see org.apache.maven.api.DependencyScope#forId(String) */ @Nonnull DependencyScope requireDependencyScope(@Nonnull String id); /**
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 16:43:07 UTC 2024 - 36.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/package-info.java
* collection process, part of the graph computed from one or more {@code DependencyCoordinates}.</p> * * <p>{@link org.apache.maven.api.DependencyScope} defines when/how a given dependency will be used by the * project. This includes compile-time only, runtime, test time and various other combinations.</p> * * <h3>Resolution</h3> *
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Aug 27 21:13:34 UTC 2024 - 6.7K bytes - Viewed (0)