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