Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdnettosphere-samples |
Version | Version2.4.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
nettosphere-samples-2.4.0-RC1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/nettosphere-samples/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>nettosphere-samples</artifactId>
<version>2.4.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/nettosphere-samples/
implementation 'org.atmosphere.samples:nettosphere-samples:2.4.0-RC1'
// https://jarcasting.com/artifacts/org.atmosphere.samples/nettosphere-samples/
implementation ("org.atmosphere.samples:nettosphere-samples:2.4.0-RC1")
'org.atmosphere.samples:nettosphere-samples:pom:2.4.0-RC1'
<dependency org="org.atmosphere.samples" name="nettosphere-samples" rev="2.4.0-RC1">
<artifact name="nettosphere-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='nettosphere-samples', version='2.4.0-RC1')
)
libraryDependencies += "org.atmosphere.samples" % "nettosphere-samples" % "2.4.0-RC1"
[org.atmosphere.samples/nettosphere-samples "2.4.0-RC1"]