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