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