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