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