Categories |
CategoriesNet |
---|---|
GroupId | GroupIdio.github.shiruka |
ArtifactId | ArtifactIdnetwork |
Version | Version2.4.3 |
Type | Typejar |
Filename | Size |
---|---|
network-2.4.3.pom | |
network-2.4.3.jar | 4 MB |
network-2.4.3-sources.jar | 64 KB |
network-2.4.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/network/
implementation 'io.github.shiruka:network:2.4.3'
// https://jarcasting.com/artifacts/io.github.shiruka/network/
implementation ("io.github.shiruka:network:2.4.3")
'io.github.shiruka:network:jar:2.4.3'
<dependency org="io.github.shiruka" name="network" rev="2.4.3">
<artifact name="network" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='network', version='2.4.3')
)
libraryDependencies += "io.github.shiruka" % "network" % "2.4.3"
[io.github.shiruka/network "2.4.3"]