is not current version
Last Version 2.8.3

com.mastfrog:url 2.6.4


GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

url
Version

Version

2.6.4
Type

Type

jar

Download url 2.6.4


<!-- https://jarcasting.com/artifacts/com.mastfrog/url/ -->
<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>url</artifactId>
    <version>2.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/url/
implementation 'com.mastfrog:url:2.6.4'
// https://jarcasting.com/artifacts/com.mastfrog/url/
implementation ("com.mastfrog:url:2.6.4")
'com.mastfrog:url:jar:2.6.4'
<dependency org="com.mastfrog" name="url" rev="2.6.4">
  <artifact name="url" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='url', version='2.6.4')
)
libraryDependencies += "com.mastfrog" % "url" % "2.6.4"
[com.mastfrog/url "2.6.4"]