Categories |
CategoriesNet |
---|---|
GroupId | GroupIdch.awae |
ArtifactId | ArtifactIdnetcode |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
netcode-2.0.0.pom | |
netcode-2.0.0.jar | 50 KB |
netcode-2.0.0-sources.jar | 26 KB |
netcode-2.0.0-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.awae/netcode/ -->
<dependency>
<groupId>ch.awae</groupId>
<artifactId>netcode</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.awae/netcode/
implementation 'ch.awae:netcode:2.0.0'
// https://jarcasting.com/artifacts/ch.awae/netcode/
implementation ("ch.awae:netcode:2.0.0")
'ch.awae:netcode:jar:2.0.0'
<dependency org="ch.awae" name="netcode" rev="2.0.0">
<artifact name="netcode" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.awae', module='netcode', version='2.0.0')
)
libraryDependencies += "ch.awae" % "netcode" % "2.0.0"
[ch.awae/netcode "2.0.0"]