Categories |
CategoriesNet |
---|---|
GroupId | GroupIdio.github.pftx |
ArtifactId | ArtifactIdnetwork-core |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
network-core-0.7.0.pom | |
network-core-0.7.0.jar | 61 KB |
network-core-0.7.0-sources.jar | 65 KB |
network-core-0.7.0-javadoc.jar | 305 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pftx/network-core/ -->
<dependency>
<groupId>io.github.pftx</groupId>
<artifactId>network-core</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pftx/network-core/
implementation 'io.github.pftx:network-core:0.7.0'
// https://jarcasting.com/artifacts/io.github.pftx/network-core/
implementation ("io.github.pftx:network-core:0.7.0")
'io.github.pftx:network-core:jar:0.7.0'
<dependency org="io.github.pftx" name="network-core" rev="0.7.0">
<artifact name="network-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pftx', module='network-core', version='0.7.0')
)
libraryDependencies += "io.github.pftx" % "network-core" % "0.7.0"
[io.github.pftx/network-core "0.7.0"]