GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdintegration-cpr |
Version | Version1.0.10 |
Type | Typejar |
Filename | Size |
---|---|
integration-cpr-1.0.10.pom | |
integration-cpr-1.0.10.jar | 2 KB |
integration-cpr-1.0.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/integration-cpr/
implementation 'org.atmosphere:integration-cpr:1.0.10'
// https://jarcasting.com/artifacts/org.atmosphere/integration-cpr/
implementation ("org.atmosphere:integration-cpr:1.0.10")
'org.atmosphere:integration-cpr:jar:1.0.10'
<dependency org="org.atmosphere" name="integration-cpr" rev="1.0.10">
<artifact name="integration-cpr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='integration-cpr', version='1.0.10')
)
libraryDependencies += "org.atmosphere" % "integration-cpr" % "1.0.10"
[org.atmosphere/integration-cpr "1.0.10"]