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

com.mastfrog:url 2.6.11


Группа

Группа

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

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

url
Версия

Версия

2.6.11
Тип

Тип

jar

Скачать url 2.6.11


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