Uses of Class
de.mhus.lib.core.util.MMaven.Artifact
-
Packages that use MMaven.Artifact Package Description de.mhus.lib.core.util -
-
Uses of MMaven.Artifact in de.mhus.lib.core.util
Methods in de.mhus.lib.core.util that return MMaven.Artifact Modifier and Type Method Description MMaven.ArtifactMMaven.Artifact. createPomArtifact()static MMaven.ArtifactMMaven. toArtifact(String def)static MMaven.ArtifactMMaven. toArtifact(String groupId, String artifactId, String version, String type)Methods in de.mhus.lib.core.util that return types with arguments of type MMaven.Artifact Modifier and Type Method Description static List<MMaven.Artifact>MMaven. findLocalArtifacts(String groupId)Methods in de.mhus.lib.core.util with parameters of type MMaven.Artifact Modifier and Type Method Description static booleanMMaven. deleteLocalArtifact(MMaven.Artifact artifact)static booleanMMaven. downloadArtefact(MMaven.Artifact artifact)Downloading an artifact from repositories.static FileMMaven. locateArtifact(MMaven.Artifact artifact)
-