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