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