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