is not current version
Last Version 2.6.5

org.atmosphere:atmosphere-cdi 2.2.0-RC1


GroupId

GroupId

org.atmosphere
ArtifactId

ArtifactId

atmosphere-cdi
Version

Version

2.2.0-RC1
Type

Type

jar

Download atmosphere-cdi 2.2.0-RC1


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