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