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