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