Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.libj |
ArtifactId | ArtifactIdnet |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
net-0.5.1.pom | |
net-0.5.1.jar | 32 KB |
net-0.5.1-tests.jar | 7 KB |
net-0.5.1-sources.jar | 33 KB |
net-0.5.1-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.libj/net/ -->
<dependency>
<groupId>org.libj</groupId>
<artifactId>net</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.libj/net/
implementation 'org.libj:net:0.5.1'
// https://jarcasting.com/artifacts/org.libj/net/
implementation ("org.libj:net:0.5.1")
'org.libj:net:jar:0.5.1'
<dependency org="org.libj" name="net" rev="0.5.1">
<artifact name="net" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libj', module='net', version='0.5.1')
)
libraryDependencies += "org.libj" % "net" % "0.5.1"
[org.libj/net "0.5.1"]