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