Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.atmosphere.nettosphere.samples |
ArtifactId | ArtifactIdnettosphere-games |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
nettosphere-games-2.0.1.pom | |
nettosphere-games-2.0.1.jar | 115 KB |
nettosphere-games-2.0.1-sources.jar | 110 KB |
nettosphere-games-2.0.1-javadoc.jar | 55 KB |
nettosphere-games-2.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-games/
implementation 'org.atmosphere.nettosphere.samples:nettosphere-games:2.0.1'
// https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-games/
implementation ("org.atmosphere.nettosphere.samples:nettosphere-games:2.0.1")
'org.atmosphere.nettosphere.samples:nettosphere-games:jar:2.0.1'
<dependency org="org.atmosphere.nettosphere.samples" name="nettosphere-games" rev="2.0.1">
<artifact name="nettosphere-games" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.nettosphere.samples', module='nettosphere-games', version='2.0.1')
)
libraryDependencies += "org.atmosphere.nettosphere.samples" % "nettosphere-games" % "2.0.1"
[org.atmosphere.nettosphere.samples/nettosphere-games "2.0.1"]