| GroupId | GroupIdorg.atmosphere |
|---|---|
| ArtifactId | ArtifactIdatmosphere-integration |
| Version | Version2.0.0.RC3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| atmosphere-integration-2.0.0.RC3.pom | 791 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-integration/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-integration</artifactId>
<version>2.0.0.RC3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-integration/
implementation 'org.atmosphere:atmosphere-integration:2.0.0.RC3'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-integration/
implementation ("org.atmosphere:atmosphere-integration:2.0.0.RC3")
'org.atmosphere:atmosphere-integration:pom:2.0.0.RC3'
<dependency org="org.atmosphere" name="atmosphere-integration" rev="2.0.0.RC3">
<artifact name="atmosphere-integration" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-integration', version='2.0.0.RC3')
)
libraryDependencies += "org.atmosphere" % "atmosphere-integration" % "2.0.0.RC3"
[org.atmosphere/atmosphere-integration "2.0.0.RC3"]