не последняя версия
Последняя версия 3.0.6

io.github.gpc:jms 3.0.0.RC1

JMS integration for Grails

Группа

Группа

io.github.gpc
Идентификатор

Идентификатор

jms
Версия

Версия

3.0.0.RC1
Тип

Тип

jar

Скачать jms 3.0.0.RC1


<!-- https://jarcasting.com/artifacts/io.github.gpc/jms/ -->
<dependency>
    <groupId>io.github.gpc</groupId>
    <artifactId>jms</artifactId>
    <version>3.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gpc/jms/
implementation 'io.github.gpc:jms:3.0.0.RC1'
// https://jarcasting.com/artifacts/io.github.gpc/jms/
implementation ("io.github.gpc:jms:3.0.0.RC1")
'io.github.gpc:jms:jar:3.0.0.RC1'
<dependency org="io.github.gpc" name="jms" rev="3.0.0.RC1">
  <artifact name="jms" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gpc', module='jms', version='3.0.0.RC1')
)
libraryDependencies += "io.github.gpc" % "jms" % "3.0.0.RC1"
[io.github.gpc/jms "3.0.0.RC1"]