Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.xellitix.commons |
ArtifactId | ArtifactIdnet |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
net-0.2.0.pom | |
net-0.2.0.jar | 6 KB |
net-0.2.0-sources.jar | 6 KB |
net-0.2.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xellitix.commons/net/ -->
<dependency>
<groupId>com.xellitix.commons</groupId>
<artifactId>net</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xellitix.commons/net/
implementation 'com.xellitix.commons:net:0.2.0'
// https://jarcasting.com/artifacts/com.xellitix.commons/net/
implementation ("com.xellitix.commons:net:0.2.0")
'com.xellitix.commons:net:jar:0.2.0'
<dependency org="com.xellitix.commons" name="net" rev="0.2.0">
<artifact name="net" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xellitix.commons', module='net', version='0.2.0')
)
libraryDependencies += "com.xellitix.commons" % "net" % "0.2.0"
[com.xellitix.commons/net "0.2.0"]