| GroupId | GroupIdorg.atmosphere |
|---|---|
| ArtifactId | ArtifactIdintegration-cpr |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| integration-cpr-1.0.2.pom | |
| integration-cpr-1.0.2.jar | 2 KB |
| integration-cpr-1.0.2-javadoc.jar | 337 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/integration-cpr/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>integration-cpr</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/integration-cpr/
implementation 'org.atmosphere:integration-cpr:1.0.2'
// https://jarcasting.com/artifacts/org.atmosphere/integration-cpr/
implementation ("org.atmosphere:integration-cpr:1.0.2")
'org.atmosphere:integration-cpr:jar:1.0.2'
<dependency org="org.atmosphere" name="integration-cpr" rev="1.0.2">
<artifact name="integration-cpr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='integration-cpr', version='1.0.2')
)
libraryDependencies += "org.atmosphere" % "integration-cpr" % "1.0.2"
[org.atmosphere/integration-cpr "1.0.2"]