<dependency> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-jms</artifactId> <version>2.5.0</version> <type>bundle</type> </dependency>
implementation 'org.atmosphere:atmosphere-jms:2.5.0'
implementation("org.atmosphere:atmosphere-jms:2.5.0")
libraryDependencies += "org.atmosphere" % "atmosphere-jms" % "2.5.0"
@Grapes( @Grab(group='org.atmosphere', module='atmosphere-jms', version='2.5.0') )
<dependency org="org.atmosphere" name="atmosphere-jms" rev="2.5.0" />
[org.atmosphere/atmosphere-jms "2.5.0"]
'org.atmosphere:atmosphere-jms:jar:2.5.0'
<parent> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-extensions-project</artifactId> <version>2.5.0</version> </parent>
provided
|-- org.atmosphere:atmosphere-annotations
|-- javax.jms:jms-api