is not current version
Last Version 2.6.5

org.atmosphere:atmosphere-cdi 2.2.0


GroupId

GroupId

org.atmosphere
ArtifactId

ArtifactId

atmosphere-cdi
Version

Version

2.2.0
Type

Type

jar

Download atmosphere-cdi 2.2.0


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