Uses of Interface
io.quarkus.maven.dependency.Dependency
-
Packages that use Dependency Package Description io.quarkus.bootstrap.model io.quarkus.bootstrap.resolver io.quarkus.maven.dependency -
-
Uses of Dependency in io.quarkus.bootstrap.model
Classes in io.quarkus.bootstrap.model that implement Dependency Modifier and Type Class Description classAppArtifactRepresents an application (or its dependency) artifact.classAppDependencyMethods in io.quarkus.bootstrap.model that return Dependency Modifier and Type Method Description DependencyApplicationModelBuilder. getDependency(ArtifactKey key) -
Uses of Dependency in io.quarkus.bootstrap.resolver
Method parameters in io.quarkus.bootstrap.resolver with type arguments of type Dependency Modifier and Type Method Description ApplicationModelAppModelResolver. resolveManagedModel(ArtifactCoords appArtifact, Collection<Dependency> directDeps, ArtifactCoords managingProject, Set<ArtifactKey> localProjects)ApplicationModelAppModelResolver. resolveModel(ArtifactCoords root, Collection<Dependency> deps)Resolve artifact dependencies given the specific versions of the direct dependenciesCollection<ResolvedDependency>AppModelResolver. resolveUserDependencies(ArtifactCoords artifact, Collection<Dependency> deps)Resolve application direct and transitive dependencies configured by the user, given the specific versions of the direct dependencies. -
Uses of Dependency in io.quarkus.maven.dependency
Subinterfaces of Dependency in io.quarkus.maven.dependency Modifier and Type Interface Description interfaceResolvableDependencyinterfaceResolvedDependencyClasses in io.quarkus.maven.dependency that implement Dependency Modifier and Type Class Description classArtifactDependencyclassResolvedArtifactDependencyMethods in io.quarkus.maven.dependency that return Dependency Modifier and Type Method Description DependencyDependencyBuilder. build()Constructors in io.quarkus.maven.dependency with parameters of type Dependency Constructor Description ArtifactDependency(Dependency d)
-