Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.atmosphere.nettosphere.samples |
ArtifactId | ArtifactIdnettosphere-games |
Version | Version2.3.4 |
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.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-games/
implementation 'org.atmosphere.nettosphere.samples:nettosphere-games:2.3.4'
// https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-games/
implementation ("org.atmosphere.nettosphere.samples:nettosphere-games:2.3.4")
'org.atmosphere.nettosphere.samples:nettosphere-games:jar:2.3.4'
<dependency org="org.atmosphere.nettosphere.samples" name="nettosphere-games" rev="2.3.4">
<artifact name="nettosphere-games" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.nettosphere.samples', module='nettosphere-games', version='2.3.4')
)
libraryDependencies += "org.atmosphere.nettosphere.samples" % "nettosphere-games" % "2.3.4"
[org.atmosphere.nettosphere.samples/nettosphere-games "2.3.4"]