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