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