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

com.mastfrog:util 2.6.11


Группа

Группа

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

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

util
Версия

Версия

2.6.11
Тип

Тип

jar

Скачать util 2.6.11


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