Uses of Class
org.wildfly.channel.MavenArtifact
Packages that use MavenArtifact
-
Uses of MavenArtifact in org.wildfly.channel
Methods in org.wildfly.channel that return MavenArtifactModifier and TypeMethodDescriptionChannelSession.resolveDirectMavenArtifact(String groupId, String artifactId, String extension, String classifier, String version) Resolve the Maven artifact with a specific version without checking the channels.ChannelSession.resolveMavenArtifact(String groupId, String artifactId, String extension, String classifier, String baseVersion) Resolve the Maven artifact according to the session's channels.Methods in org.wildfly.channel that return types with arguments of type MavenArtifactModifier and TypeMethodDescriptionChannelSession.resolveDirectMavenArtifacts(List<ArtifactCoordinate> coordinates) Resolve a list of Maven artifacts with a specific version without checking the channels.ChannelSession.resolveMavenArtifacts(List<ArtifactCoordinate> coordinates) Resolve a list of Maven artifacts according to the session's channels.