Package org.savantbuild.dep.maven
Class MavenDependency
java.lang.Object
org.savantbuild.dep.maven.POM
org.savantbuild.dep.maven.MavenDependency
Maven artifact.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.savantbuild.dep.maven.POM
dependencies, dependenciesDefinitions, group, id, licenses, name, packaging, parent, parentGroup, parentId, parentVersion, properties, version -
Constructor Summary
ConstructorsConstructorDescriptionMavenDependency(String group, String id, String version) MavenDependency(String group, String id, String version, String scope) MavenDependency(String group, String id, String version, String scope, boolean optional, List<MavenExclusion> exclusions) -
Method Summary
Methods inherited from class org.savantbuild.dep.maven.POM
imports, removeDependencyDefinition, replaceKnownVariablesAndFillInDependencies, replaceRangeValuesWithMappings, resolveAllDependencies, resolveAllDependencyDefinitions, resolveAllProperties, toSpecification
-
Field Details
-
classifier
-
exclusions
-
optional
-
savantArtifact
-
scope
-
type
-
-
Constructor Details
-
MavenDependency
public MavenDependency() -
MavenDependency
-
MavenDependency
-
MavenDependency
-
MavenDependency
-
-
Method Details