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