is not current version
Last Version 2.7.0

com.mastfrog:util 2.6.11


GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

util
Version

Version

2.6.11
Type

Type

jar

Download 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"]