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