Uses of Class
org.wildfly.channel.MavenArtifact
-
Packages that use MavenArtifact Package Description org.wildfly.channel -
-
Uses of MavenArtifact in org.wildfly.channel
Methods in org.wildfly.channel that return MavenArtifact Modifier and Type Method Description MavenArtifactChannelSession. resolveDirectMavenArtifact(String groupId, String artifactId, String extension, String classifier, String version)Resolve the Maven artifact with a specific version without checking the channels.MavenArtifactChannelSession. resolveMavenArtifact(String groupId, String artifactId, String extension, String classifier)Resolve the Maven artifact according to the session's channels.
-