public class MavenUrlDecoder extends Object
mvn:optionalServer:group:id:type:classifier:versionIf the
optionalServer
is omitted, the default one configured in "download ->
maven_repo" in the project's .buckconfig
is used, or an exception is thrown. The
optionalServer URL is expected to be a valid http or https URL
.
Examples of valid mvn URLs:
mvn:org.seleniumhq.selenium:selenium-java:jar:2.42.2 mvn:http://repo1.maven.org/maven2:org.seleniumhq.selenium:selenium-java:jar:2.42.2