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

org.ops4j.pax:jms 0.2.0

Pax JMS provides a lightweight bridge between Java Message Service (JMS) and OSGi using Declarative Services and the whiteboard pattern

Группа

Группа

org.ops4j.pax
Идентификатор

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

jms
Версия

Версия

0.2.0
Тип

Тип

pom

Скачать jms 0.2.0

Имя Файла Размер
jms-0.2.0.pom 3 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.ops4j.pax/jms/ -->
<dependency>
    <groupId>org.ops4j.pax</groupId>
    <artifactId>jms</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax/jms/
implementation 'org.ops4j.pax:jms:0.2.0'
// https://jarcasting.com/artifacts/org.ops4j.pax/jms/
implementation ("org.ops4j.pax:jms:0.2.0")
'org.ops4j.pax:jms:pom:0.2.0'
<dependency org="org.ops4j.pax" name="jms" rev="0.2.0">
  <artifact name="jms" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax', module='jms', version='0.2.0')
)
libraryDependencies += "org.ops4j.pax" % "jms" % "0.2.0"
[org.ops4j.pax/jms "0.2.0"]