Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.atmosphere.nettosphere.samples |
ArtifactId | ArtifactIdnettosphere-games |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
nettosphere-games-2.0.6.pom | |
nettosphere-games-2.0.6.jar | 115 KB |
nettosphere-games-2.0.6-sources.jar | 110 KB |
nettosphere-games-2.0.6-javadoc.jar | 55 KB |
nettosphere-games-2.0.6-distribution.zip | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-games/ -->
<dependency>
<groupId>org.atmosphere.nettosphere.samples</groupId>
<artifactId>nettosphere-games</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-games/
implementation 'org.atmosphere.nettosphere.samples:nettosphere-games:2.0.6'
// https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-games/
implementation ("org.atmosphere.nettosphere.samples:nettosphere-games:2.0.6")
'org.atmosphere.nettosphere.samples:nettosphere-games:jar:2.0.6'
<dependency org="org.atmosphere.nettosphere.samples" name="nettosphere-games" rev="2.0.6">
<artifact name="nettosphere-games" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.nettosphere.samples', module='nettosphere-games', version='2.0.6')
)
libraryDependencies += "org.atmosphere.nettosphere.samples" % "nettosphere-games" % "2.0.6"
[org.atmosphere.nettosphere.samples/nettosphere-games "2.0.6"]