is not current version
Last Version 0.3.1

org.atmosphere:atmosphere-core 0.2


GroupId

GroupId

org.atmosphere
ArtifactId

ArtifactId

atmosphere-core
Version

Version

0.2
Type

Type

jar

Download atmosphere-core 0.2


<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-core/ -->
<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>atmosphere-core</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-core/
implementation 'org.atmosphere:atmosphere-core:0.2'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-core/
implementation ("org.atmosphere:atmosphere-core:0.2")
'org.atmosphere:atmosphere-core:jar:0.2'
<dependency org="org.atmosphere" name="atmosphere-core" rev="0.2">
  <artifact name="atmosphere-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-core', version='0.2')
)
libraryDependencies += "org.atmosphere" % "atmosphere-core" % "0.2"
[org.atmosphere/atmosphere-core "0.2"]