WunderBoss
This is a prototype of the next-generation polylgot platform for TorqueBox and Immutant.
Building
Make sure you're using Java 7 or above.
mvn install -s support/settings.xml
License |
License |
---|---|
Categories |
CategoriesMessaging Application Layer Libs |
GroupId | GroupIdorg.projectodd.wunderboss |
ArtifactId | ArtifactIdwunderboss-messaging |
Last Version | Last Version0.13.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWunderBoss Messaging Module
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
wunderboss-messaging-0.13.1.pom | |
wunderboss-messaging-0.13.1.jar | 56 KB |
wunderboss-messaging-0.13.1-sources.jar | 32 KB |
wunderboss-messaging-0.13.1-javadoc.jar | 232 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.projectodd.wunderboss/wunderboss-messaging/ -->
<dependency>
<groupId>org.projectodd.wunderboss</groupId>
<artifactId>wunderboss-messaging</artifactId>
<version>0.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.projectodd.wunderboss/wunderboss-messaging/
implementation 'org.projectodd.wunderboss:wunderboss-messaging:0.13.1'
// https://jarcasting.com/artifacts/org.projectodd.wunderboss/wunderboss-messaging/
implementation ("org.projectodd.wunderboss:wunderboss-messaging:0.13.1")
'org.projectodd.wunderboss:wunderboss-messaging:jar:0.13.1'
<dependency org="org.projectodd.wunderboss" name="wunderboss-messaging" rev="0.13.1">
<artifact name="wunderboss-messaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.projectodd.wunderboss', module='wunderboss-messaging', version='0.13.1')
)
libraryDependencies += "org.projectodd.wunderboss" % "wunderboss-messaging" % "0.13.1"
[org.projectodd.wunderboss/wunderboss-messaging "0.13.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectodd.wunderboss : wunderboss-core | jar | 0.13.1 |
org.jboss.spec.javax.jms : jboss-jms-api_2.0_spec | jar | 1.0.0.Final |
org.jboss.spec.javax.transaction : jboss-transaction-api_1.1_spec | jar | 1.0.0.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.clojure : clojure | jar | 1.7.0 |
This is a prototype of the next-generation polylgot platform for TorqueBox and Immutant.
Make sure you're using Java 7 or above.
mvn install -s support/settings.xml