<dependency> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-cdi</artifactId> <version>2.4.0-RC1</version> </dependency>
implementation 'org.atmosphere:atmosphere-cdi:2.4.0-RC1'
implementation("org.atmosphere:atmosphere-cdi:2.4.0-RC1")
libraryDependencies += "org.atmosphere" % "atmosphere-cdi" % "2.4.0-RC1"
@Grapes( @Grab(group='org.atmosphere', module='atmosphere-cdi', version='2.4.0-RC1') )
<dependency org="org.atmosphere" name="atmosphere-cdi" rev="2.4.0-RC1" />
[org.atmosphere/atmosphere-cdi "2.4.0-RC1"]
'org.atmosphere:atmosphere-cdi:jar:2.4.0-RC1'
<parent> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-extensions-project</artifactId> <version>2.4.0-RC1</version> </parent>
compile
|-- org.atmosphere:atmosphere-runtime
provided
|-- javax:javaee-api:6.0