| License |
License |
|---|---|
| GroupId | GroupIdorg.ops4j.pax |
| ArtifactId | ArtifactIdjms |
| Version | Version1.1.1 |
| Type | Typepom |
| Description |
DescriptionOPS4J Pax JMS (Reactor POM)
Pax JMS provides a lightweight bridge between Java Message Service (JMS) and OSGi using Configuration Admin
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jms-1.1.1.pom | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax/jms/ -->
<dependency>
<groupId>org.ops4j.pax</groupId>
<artifactId>jms</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax/jms/
implementation 'org.ops4j.pax:jms:1.1.1'
// https://jarcasting.com/artifacts/org.ops4j.pax/jms/
implementation ("org.ops4j.pax:jms:1.1.1")
'org.ops4j.pax:jms:pom:1.1.1'
<dependency org="org.ops4j.pax" name="jms" rev="1.1.1">
<artifact name="jms" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax', module='jms', version='1.1.1')
)
libraryDependencies += "org.ops4j.pax" % "jms" % "1.1.1"
[org.ops4j.pax/jms "1.1.1"]