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