| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.karaf.jms |
| ArtifactId | ArtifactIdjms |
| Last Version | Last Version3.0.10 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionApache Karaf :: JMS
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jms-3.0.10.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.karaf.jms/jms/ -->
<dependency>
<groupId>org.apache.karaf.jms</groupId>
<artifactId>jms</artifactId>
<version>3.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.karaf.jms/jms/
implementation 'org.apache.karaf.jms:jms:3.0.10'
// https://jarcasting.com/artifacts/org.apache.karaf.jms/jms/
implementation ("org.apache.karaf.jms:jms:3.0.10")
'org.apache.karaf.jms:jms:pom:3.0.10'
<dependency org="org.apache.karaf.jms" name="jms" rev="3.0.10">
<artifact name="jms" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf.jms', module='jms', version='3.0.10')
)
libraryDependencies += "org.apache.karaf.jms" % "jms" % "3.0.10"
[org.apache.karaf.jms/jms "3.0.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.easymock : easymock | jar | 3.3.1 |