<dependency> <groupId>io.github.gpc</groupId> <artifactId>jms</artifactId> <version>4.0.2</version> <type>pom</type> </dependency>
implementation 'io.github.gpc:jms:4.0.2'
implementation("io.github.gpc:jms:4.0.2")
libraryDependencies += "io.github.gpc" % "jms" % "4.0.2"
@Grapes( @Grab(group='io.github.gpc', module='jms', version='4.0.2') )
<dependency org="io.github.gpc" name="jms" rev="4.0.2" />
[io.github.gpc/jms "4.0.2"]
'io.github.gpc:jms:jar:4.0.2'
compile
|-- org.springframework:spring-jms
runtime
|-- javax.jms:jms-api:1.1-rev-1