Categories |
CategoriesNet Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere.nettosphere.samples |
ArtifactId | ArtifactIdnettosphere-jersey-chat |
Version | Version2.0.0.RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-jersey-chat/ -->
<dependency>
<groupId>org.atmosphere.nettosphere.samples</groupId>
<artifactId>nettosphere-jersey-chat</artifactId>
<version>2.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-jersey-chat/
implementation 'org.atmosphere.nettosphere.samples:nettosphere-jersey-chat:2.0.0.RC1'
// https://jarcasting.com/artifacts/org.atmosphere.nettosphere.samples/nettosphere-jersey-chat/
implementation ("org.atmosphere.nettosphere.samples:nettosphere-jersey-chat:2.0.0.RC1")
'org.atmosphere.nettosphere.samples:nettosphere-jersey-chat:jar:2.0.0.RC1'
<dependency org="org.atmosphere.nettosphere.samples" name="nettosphere-jersey-chat" rev="2.0.0.RC1">
<artifact name="nettosphere-jersey-chat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.nettosphere.samples', module='nettosphere-jersey-chat', version='2.0.0.RC1')
)
libraryDependencies += "org.atmosphere.nettosphere.samples" % "nettosphere-jersey-chat" % "2.0.0.RC1"
[org.atmosphere.nettosphere.samples/nettosphere-jersey-chat "2.0.0.RC1"]