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