is not current version
Last Version 2.6.4

org.atmosphere.samples:atmosphere-samples 0.1-ALPHA1


GroupId

GroupId

org.atmosphere.samples
ArtifactId

ArtifactId

atmosphere-samples
Version

Version

0.1-ALPHA1
Type

Type

pom

Download atmosphere-samples 0.1-ALPHA1


<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-samples/ -->
<dependency>
    <groupId>org.atmosphere.samples</groupId>
    <artifactId>atmosphere-samples</artifactId>
    <version>0.1-ALPHA1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-samples/
implementation 'org.atmosphere.samples:atmosphere-samples:0.1-ALPHA1'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-samples/
implementation ("org.atmosphere.samples:atmosphere-samples:0.1-ALPHA1")
'org.atmosphere.samples:atmosphere-samples:pom:0.1-ALPHA1'
<dependency org="org.atmosphere.samples" name="atmosphere-samples" rev="0.1-ALPHA1">
  <artifact name="atmosphere-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-samples', version='0.1-ALPHA1')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-samples" % "0.1-ALPHA1"
[org.atmosphere.samples/atmosphere-samples "0.1-ALPHA1"]