Uses of Class
org.eclipse.aether.artifact.AbstractArtifact
-
Packages that use AbstractArtifact Package Description org.eclipse.aether.artifact The definition of an artifact, that is the primary entity managed by the repository system.org.eclipse.aether.util.artifact Utilities around artifacts and artifact type registries. -
-
Uses of AbstractArtifact in org.eclipse.aether.artifact
Subclasses of AbstractArtifact in org.eclipse.aether.artifact Modifier and Type Class Description classDefaultArtifactA simple artifact. -
Uses of AbstractArtifact in org.eclipse.aether.util.artifact
Subclasses of AbstractArtifact in org.eclipse.aether.util.artifact Modifier and Type Class Description classDelegatingArtifactAn artifact that delegates to another artifact instance.classSubArtifactAn artifact whose identity is derived from another artifact.
-