не последняя версия
Последняя версия 2.8.3

com.mastfrog:url 2.6.12


Группа

Группа

com.mastfrog
Идентификатор

Идентификатор

url
Версия

Версия

2.6.12
Тип

Тип

jar

Скачать url 2.6.12


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