Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-simple-jersey |
Version | Version0.5.3 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-simple-jersey-0.5.3.pom | |
atmosphere-simple-jersey-0.5.3.war | 1013 KB |
atmosphere-simple-jersey-0.5.3-sources.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-simple-jersey/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-simple-jersey</artifactId>
<version>0.5.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-simple-jersey/
implementation 'org.atmosphere.samples:atmosphere-simple-jersey:0.5.3'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-simple-jersey/
implementation ("org.atmosphere.samples:atmosphere-simple-jersey:0.5.3")
'org.atmosphere.samples:atmosphere-simple-jersey:war:0.5.3'
<dependency org="org.atmosphere.samples" name="atmosphere-simple-jersey" rev="0.5.3">
<artifact name="atmosphere-simple-jersey" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-simple-jersey', version='0.5.3')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-simple-jersey" % "0.5.3"
[org.atmosphere.samples/atmosphere-simple-jersey "0.5.3"]