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