GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-samples |
Version | Version0.5.3 |
Type | Typepom |
Filename | Size |
---|---|
atmosphere-samples-0.5.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-samples/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-samples</artifactId>
<version>0.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-samples/
implementation 'org.atmosphere.samples:atmosphere-samples:0.5.3'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-samples/
implementation ("org.atmosphere.samples:atmosphere-samples:0.5.3")
'org.atmosphere.samples:atmosphere-samples:pom:0.5.3'
<dependency org="org.atmosphere.samples" name="atmosphere-samples" rev="0.5.3">
<artifact name="atmosphere-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-samples', version='0.5.3')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-samples" % "0.5.3"
[org.atmosphere.samples/atmosphere-samples "0.5.3"]