License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdutil-net |
Last Version | Last Version2.8.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionShared configuration for Giulius, Acteur and
related projects
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMastfrog Technologies |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
util-net-2.8.3.pom | |
util-net-2.8.3.jar | 25 KB |
util-net-2.8.3-sources.jar | 18 KB |
util-net-2.8.3-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/util-net/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>util-net</artifactId>
<version>2.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/util-net/
implementation 'com.mastfrog:util-net:2.8.3'
// https://jarcasting.com/artifacts/com.mastfrog/util-net/
implementation ("com.mastfrog:util-net:2.8.3")
'com.mastfrog:util-net:jar:2.8.3'
<dependency org="com.mastfrog" name="util-net" rev="2.8.3">
<artifact name="util-net" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='util-net', version='2.8.3')
)
libraryDependencies += "com.mastfrog" % "util-net" % "2.8.3"
[com.mastfrog/util-net "2.8.3"]
Group / Artifact | Type | Version |
---|---|---|
com.mastfrog : util-preconditions | jar | 2.8.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |