Uses of Class
org.apache.maven.model.Dependency
Packages that use Dependency
Package
Description
-
Uses of Dependency in org.apache.maven
Methods in org.apache.maven with parameters of type DependencyModifier and TypeMethodDescriptionstatic org.eclipse.aether.graph.Dependency
RepositoryUtils.toDependency
(Dependency dependency, org.eclipse.aether.artifact.ArtifactTypeRegistry stereotypes) -
Uses of Dependency in org.apache.maven.bridge
Methods in org.apache.maven.bridge with parameters of type Dependency -
Uses of Dependency in org.apache.maven.lifecycle.internal
Method parameters in org.apache.maven.lifecycle.internal with type arguments of type DependencyModifier and TypeMethodDescriptionDefaultProjectArtifactFactory.createArtifacts
(ArtifactFactory artifactFactory, List<Dependency> dependencies, String inheritedScope, ArtifactFilter dependencyFilter, MavenProject project) -
Uses of Dependency in org.apache.maven.lifecycle.mapping
Methods in org.apache.maven.lifecycle.mapping that return types with arguments of type DependencyMethod parameters in org.apache.maven.lifecycle.mapping with type arguments of type DependencyModifier and TypeMethodDescriptionvoid
LifecycleMojo.setDependencies
(List<Dependency> dependencies) -
Uses of Dependency in org.apache.maven.model
Methods in org.apache.maven.model that return DependencyMethods in org.apache.maven.model that return types with arguments of type DependencyModifier and TypeMethodDescriptionstatic List
<Dependency> Dependency.dependencyToApiV3
(List<Dependency> list) DependencyManagement.getDependencies()
ModelBase.getDependencies()
Plugin.getDependencies()
Methods in org.apache.maven.model with parameters of type DependencyModifier and TypeMethodDescriptionvoid
DependencyManagement.addDependency
(Dependency dependency) void
ModelBase.addDependency
(Dependency dependency) void
Plugin.addDependency
(Dependency dependency) void
DependencyManagement.removeDependency
(Dependency dependency) void
ModelBase.removeDependency
(Dependency dependency) void
Plugin.removeDependency
(Dependency dependency) Method parameters in org.apache.maven.model with type arguments of type DependencyModifier and TypeMethodDescriptionstatic List
<Dependency> Dependency.dependencyToApiV4
(List<Dependency> list) void
DependencyManagement.setDependencies
(List<Dependency> dependencies) void
ModelBase.setDependencies
(List<Dependency> dependencies) void
Plugin.setDependencies
(List<Dependency> dependencies) -
Uses of Dependency in org.apache.maven.model.resolution
Methods in org.apache.maven.model.resolution with parameters of type DependencyModifier and TypeMethodDescriptionModelResolver.resolveModel
(Dependency dependency) Tries to resolve the POM for the specified dependency coordinates possibly updatingdependency
. -
Uses of Dependency in org.apache.maven.project
Methods in org.apache.maven.project that return types with arguments of type DependencyModifier and TypeMethodDescriptionMavenProject.getCompileDependencies()
Deprecated.MavenProject.getDependencies()
MavenProject.getRuntimeDependencies()
Deprecated.MavenProject.getSystemDependencies()
Deprecated.MavenProject.getTestDependencies()
Deprecated.Methods in org.apache.maven.project with parameters of type DependencyMethod parameters in org.apache.maven.project with type arguments of type DependencyModifier and TypeMethodDescriptionvoid
MavenProject.setDependencies
(List<Dependency> dependencies) -
Uses of Dependency in org.apache.maven.project.artifact
Methods in org.apache.maven.project.artifact that return DependencyMethods in org.apache.maven.project.artifact that return types with arguments of type DependencyModifier and TypeMethodDescriptionArtifactWithDependencies.getDependencies()
PluginArtifact.getDependencies()
ProjectArtifact.getDependencies()
ArtifactWithDependencies.getManagedDependencies()
PluginArtifact.getManagedDependencies()
ProjectArtifact.getManagedDependencies()
Method parameters in org.apache.maven.project.artifact with type arguments of type DependencyModifier and TypeMethodDescriptionMavenMetadataSource.createArtifacts
(ArtifactFactory artifactFactory, List<Dependency> dependencies, String inheritedScope, ArtifactFilter dependencyFilter, MavenProject project) Deprecated.Constructors in org.apache.maven.project.artifact with parameters of type DependencyModifierConstructorDescriptionInvalidDependencyVersionException
(String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause) -
Uses of Dependency in org.apache.maven.repository
Methods in org.apache.maven.repository that return DependencyMethods in org.apache.maven.repository with parameters of type DependencyModifier and TypeMethodDescriptionRepositorySystem.createDependencyArtifact
(Dependency dependency) Deprecated.Constructors in org.apache.maven.repository with parameters of type DependencyModifierConstructorDescriptionVersionNotFoundException
(String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause) Deprecated. -
Uses of Dependency in org.apache.maven.repository.legacy
Methods in org.apache.maven.repository.legacy with parameters of type DependencyModifier and TypeMethodDescriptionLegacyRepositorySystem.createDependencyArtifact
(Dependency d) Deprecated.