Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DependencyCoordinates (0.07 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/Dependency.java

         * a <abbr>JAR</abbr> containing test classes, <i>etc.</i>
         *
         * @see DependencyCoordinates#getType()
         */
        @Nonnull
        Type getType();
    
        /**
         * {@return the time at which the dependency will be used}.
         * It may be, for example, at compile time only, at run time or at test time.
         *
         * @see DependencyCoordinates#getScope()
         */
        @Nonnull
        DependencyScope getScope();
    
        /**
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Jun 26 07:56:58 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/Session.java

         *
         * @param dependencyCoordinates coordinates of the dependency for which to get the paths
         * @return paths to the transitive dependencies of the given dependency
         *
         * @see org.apache.maven.api.services.DependencyResolver#resolve(Session, DependencyCoordinates)
         */
        @Nonnull
        List<Path> resolveDependencies(@Nonnull DependencyCoordinates dependencyCoordinates);
    
        /**
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Jul 03 14:18:26 UTC 2025
    - 36.5K bytes
    - Viewed (0)
Back to top