is not current version
Last Version 2.6.5

org.atmosphere:atmosphere-cdi 2.3.1


GroupId

GroupId

org.atmosphere
ArtifactId

ArtifactId

atmosphere-cdi
Version

Version

2.3.1
Type

Type

jar

Download atmosphere-cdi 2.3.1


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