GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-extensions-samples |
Version | Version2.2.6 |
Type | Typepom |
Filename | Size |
---|---|
atmosphere-extensions-samples-2.2.6.pom | 3 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.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-extensions-samples/
implementation 'org.atmosphere.samples:atmosphere-extensions-samples:2.2.6'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-extensions-samples/
implementation ("org.atmosphere.samples:atmosphere-extensions-samples:2.2.6")
'org.atmosphere.samples:atmosphere-extensions-samples:pom:2.2.6'
<dependency org="org.atmosphere.samples" name="atmosphere-extensions-samples" rev="2.2.6">
<artifact name="atmosphere-extensions-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-extensions-samples', version='2.2.6')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-extensions-samples" % "2.2.6"
[org.atmosphere.samples/atmosphere-extensions-samples "2.2.6"]