is not current version
Last Version 2.8.3

com.mastfrog:util-net 2.6.5


Categories

Categories

Net
GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

util-net
Version

Version

2.6.5
Type

Type

jar

Download util-net 2.6.5


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