Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.atmosphere.nettosphere.samples |
ArtifactId | ArtifactIdnettosphere-games |
Version | Version2.0.0.RC4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-games/ -->
<dependency>
<groupId>org.atmosphere.nettosphere.samples</groupId>
<artifactId>nettosphere-games</artifactId>
<version>2.0.0.RC4</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-games/
implementation 'org.atmosphere.nettosphere.samples:nettosphere-games:2.0.0.RC4'
// https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-games/
implementation ("org.atmosphere.nettosphere.samples:nettosphere-games:2.0.0.RC4")
'org.atmosphere.nettosphere.samples:nettosphere-games:jar:2.0.0.RC4'
<dependency org="org.atmosphere.nettosphere.samples" name="nettosphere-games" rev="2.0.0.RC4">
<artifact name="nettosphere-games" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.nettosphere.samples', module='nettosphere-games', version='2.0.0.RC4')
)
libraryDependencies += "org.atmosphere.nettosphere.samples" % "nettosphere-games" % "2.0.0.RC4"
[org.atmosphere.nettosphere.samples/nettosphere-games "2.0.0.RC4"]