is not current version
Last Version 1.0.3

org.xbib:net 1.0.2

Network classes for Java

Categories

Categories

Net
GroupId

GroupId

org.xbib
ArtifactId

ArtifactId

net
Version

Version

1.0.2
Type

Type

jar

Download net 1.0.2


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