Uses of Interface
io.quarkus.maven.dependency.Dependency
Packages that use Dependency
Package
Description
-
Uses of Dependency in io.quarkus.bootstrap.model
Classes in io.quarkus.bootstrap.model that implement DependencyModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.in favor ofResolvedDependency -
Uses of Dependency in io.quarkus.bootstrap.resolver
Method parameters in io.quarkus.bootstrap.resolver with type arguments of type DependencyModifier and TypeMethodDescriptionAppModelResolver.resolveManagedModel(ArtifactCoords appArtifact, Collection<Dependency> directDeps, ArtifactCoords managingProject, Set<ArtifactKey> localProjects) AppModelResolver.resolveModel(ArtifactCoords root, Collection<Dependency> deps) Resolve artifact dependencies given the specific versions of the direct dependenciesAppModelResolver.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.bootstrap.workspace
Methods in io.quarkus.bootstrap.workspace that return types with arguments of type DependencyModifier and TypeMethodDescriptionDefaultWorkspaceModule.Builder.getDirectDependencies()DefaultWorkspaceModule.getDirectDependencies()WorkspaceModule.getDirectDependencies()DefaultWorkspaceModule.Builder.getDirectDependencyConstraints()DefaultWorkspaceModule.getDirectDependencyConstraints()WorkspaceModule.getDirectDependencyConstraints()Methods in io.quarkus.bootstrap.workspace with parameters of type DependencyModifier and TypeMethodDescriptionDefaultWorkspaceModule.Builder.addDependency(Dependency dep) WorkspaceModule.Mutable.addDependency(Dependency dep) DefaultWorkspaceModule.Builder.addDependencyConstraint(Dependency constraint) WorkspaceModule.Mutable.addDependencyConstraint(Dependency constraint) Method parameters in io.quarkus.bootstrap.workspace with type arguments of type DependencyModifier and TypeMethodDescriptionDefaultWorkspaceModule.Builder.setDependencies(List<Dependency> deps) WorkspaceModule.Mutable.setDependencies(List<Dependency> deps) DefaultWorkspaceModule.Builder.setDependencyConstraints(List<Dependency> constraints) WorkspaceModule.Mutable.setDependencyConstraints(List<Dependency> constraints) -
Uses of Dependency in io.quarkus.maven.dependency
Subinterfaces of Dependency in io.quarkus.maven.dependencyClasses in io.quarkus.maven.dependency that implement DependencyModifier and TypeClassDescriptionclassclassclassMethods in io.quarkus.maven.dependency that return DependencyModifier and TypeMethodDescriptionDependencyBuilder.build()static DependencyDeprecated, for removal: This API element is subject to removal in a future version.static Dependencystatic Dependencystatic DependencyConstructors in io.quarkus.maven.dependency with parameters of type Dependency
ResolvedDependencyandDependency.