Categories |
CategoriesNet |
---|---|
GroupId | GroupIdio.github.shiruka |
ArtifactId | ArtifactIdnetwork |
Version | Version2.1.16 |
Type | Typejar |
Filename | Size |
---|---|
network-2.1.16.pom | |
network-2.1.16.jar | 1 MB |
network-2.1.16-sources.jar | 63 KB |
network-2.1.16-javadoc.jar | 588 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shiruka/network/ -->
<dependency>
<groupId>io.github.shiruka</groupId>
<artifactId>network</artifactId>
<version>2.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/network/
implementation 'io.github.shiruka:network:2.1.16'
// https://jarcasting.com/artifacts/io.github.shiruka/network/
implementation ("io.github.shiruka:network:2.1.16")
'io.github.shiruka:network:jar:2.1.16'
<dependency org="io.github.shiruka" name="network" rev="2.1.16">
<artifact name="network" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='network', version='2.1.16')
)
libraryDependencies += "io.github.shiruka" % "network" % "2.1.16"
[io.github.shiruka/network "2.1.16"]