| Группа | Группаorg.atmosphere |
|---|---|
| Идентификатор | Идентификаторintegration-cpr |
| Версия | Версия1.0.0.beta2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| integration-cpr-1.0.0.beta2.pom | |
| integration-cpr-1.0.0.beta2.jar | 2 KB |
| integration-cpr-1.0.0.beta2-javadoc.jar | 337 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.atmosphere/integration-cpr/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>integration-cpr</artifactId>
<version>1.0.0.beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/integration-cpr/
implementation 'org.atmosphere:integration-cpr:1.0.0.beta2'
// https://jarcasting.com/artifacts/org.atmosphere/integration-cpr/
implementation ("org.atmosphere:integration-cpr:1.0.0.beta2")
'org.atmosphere:integration-cpr:jar:1.0.0.beta2'
<dependency org="org.atmosphere" name="integration-cpr" rev="1.0.0.beta2">
<artifact name="integration-cpr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='integration-cpr', version='1.0.0.beta2')
)
libraryDependencies += "org.atmosphere" % "integration-cpr" % "1.0.0.beta2"
[org.atmosphere/integration-cpr "1.0.0.beta2"]