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