is not current version
Last Version 1.1.1

org.ops4j.pax:jms 1.0.4

Pax JMS provides a lightweight bridge between Java Message Service (JMS) and OSGi using Configuration Admin

GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

jms
Version

Version

1.0.4
Type

Type

pom

Download jms 1.0.4

Filename Size
jms-1.0.4.pom 19 KB
Browse

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