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