is not current version
Last Version 1.1.1

org.ops4j.pax:jms 0.1.0

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

GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

jms
Version

Version

0.1.0
Type

Type

pom

Download jms 0.1.0

Filename Size
jms-0.1.0.pom 3 KB
Browse

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