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