Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdintegration-jersey |
Version | Version1.0.0.RC1 |
Type | Typejar |
Filename | Size |
---|---|
integration-jersey-1.0.0.RC1.pom | |
integration-jersey-1.0.0.RC1.jar | 1 KB |
integration-jersey-1.0.0.RC1-javadoc.jar | 337 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/integration-jersey/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>integration-jersey</artifactId>
<version>1.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/integration-jersey/
implementation 'org.atmosphere:integration-jersey:1.0.0.RC1'
// https://jarcasting.com/artifacts/org.atmosphere/integration-jersey/
implementation ("org.atmosphere:integration-jersey:1.0.0.RC1")
'org.atmosphere:integration-jersey:jar:1.0.0.RC1'
<dependency org="org.atmosphere" name="integration-jersey" rev="1.0.0.RC1">
<artifact name="integration-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='integration-jersey', version='1.0.0.RC1')
)
libraryDependencies += "org.atmosphere" % "integration-jersey" % "1.0.0.RC1"
[org.atmosphere/integration-jersey "1.0.0.RC1"]