is not current version
Last Version 0.3.0

com.xellitix.commons:net 0.1.0

Networking library

Categories

Categories

Net
GroupId

GroupId

com.xellitix.commons
ArtifactId

ArtifactId

net
Version

Version

0.1.0
Type

Type

jar

Download net 0.1.0


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