Categories |
CategoriesNet Networking |
---|---|
GroupId | GroupIdio.snice.networking |
ArtifactId | ArtifactIdnetworking-core |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
networking-core-0.0.8.pom | |
networking-core-0.0.8.jar | 14 KB |
networking-core-0.0.8-sources.jar | 10 KB |
networking-core-0.0.8-javadoc.jar | 470 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.snice.networking/networking-core/ -->
<dependency>
<groupId>io.snice.networking</groupId>
<artifactId>networking-core</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.snice.networking/networking-core/
implementation 'io.snice.networking:networking-core:0.0.8'
// https://jarcasting.com/artifacts/io.snice.networking/networking-core/
implementation ("io.snice.networking:networking-core:0.0.8")
'io.snice.networking:networking-core:jar:0.0.8'
<dependency org="io.snice.networking" name="networking-core" rev="0.0.8">
<artifact name="networking-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.snice.networking', module='networking-core', version='0.0.8')
)
libraryDependencies += "io.snice.networking" % "networking-core" % "0.0.8"
[io.snice.networking/networking-core "0.0.8"]