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