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 |
---|---|
GroupId | GroupIdorg.projectodd.wunderboss |
ArtifactId | ArtifactIdwunderboss-core |
Last Version | Last Version0.13.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWunderBoss Core Module
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
wunderboss-core-0.13.1.pom | |
wunderboss-core-0.13.1.jar | 35 KB |
wunderboss-core-0.13.1-sources.jar | 27 KB |
wunderboss-core-0.13.1-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.projectodd.wunderboss/wunderboss-core/ -->
<dependency>
<groupId>org.projectodd.wunderboss</groupId>
<artifactId>wunderboss-core</artifactId>
<version>0.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.projectodd.wunderboss/wunderboss-core/
implementation 'org.projectodd.wunderboss:wunderboss-core:0.13.1'
// https://jarcasting.com/artifacts/org.projectodd.wunderboss/wunderboss-core/
implementation ("org.projectodd.wunderboss:wunderboss-core:0.13.1")
'org.projectodd.wunderboss:wunderboss-core:jar:0.13.1'
<dependency org="org.projectodd.wunderboss" name="wunderboss-core" rev="0.13.1">
<artifact name="wunderboss-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.projectodd.wunderboss', module='wunderboss-core', version='0.13.1')
)
libraryDependencies += "org.projectodd.wunderboss" % "wunderboss-core" % "0.13.1"
[org.projectodd.wunderboss/wunderboss-core "0.13.1"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.3 |
org.jboss.logging : jboss-logging | jar | 3.2.1.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