GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-counter |
Version | Version0.5.2 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-counter-0.5.2.pom | |
atmosphere-counter-0.5.2.war | 137 KB |
atmosphere-counter-0.5.2-sources.jar | 23 KB |
atmosphere-counter-0.5.2-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-counter/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-counter</artifactId>
<version>0.5.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-counter/
implementation 'org.atmosphere.samples:atmosphere-counter:0.5.2'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-counter/
implementation ("org.atmosphere.samples:atmosphere-counter:0.5.2")
'org.atmosphere.samples:atmosphere-counter:war:0.5.2'
<dependency org="org.atmosphere.samples" name="atmosphere-counter" rev="0.5.2">
<artifact name="atmosphere-counter" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-counter', version='0.5.2')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-counter" % "0.5.2"
[org.atmosphere.samples/atmosphere-counter "0.5.2"]