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