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