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