MVN

com.plausiblelabs.warwizard : warwizard-parent

Maven & Gradle

Aug 21, 2012
12 stars

Warwizard Project · Warwizard is a rejiggering of Dropwizard, a Java framework for developing ops-friendly, high-performance, RESTful web services. Warwizard reworks Dropwizard to be deployable as a war file, mainly to allow it to be used on Amazon's Elastic Beanstalk.

<dependency>
    <groupId>com.plausiblelabs.warwizard</groupId>
    <artifactId>warwizard-parent</artifactId>
    <version>0.4.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.plausiblelabs.warwizard : warwizard-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.4.5

All Versions

Choose a version of com.plausiblelabs.warwizard : warwizard-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
warwizard-parent-0.4.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.plausiblelabs.warwizard</groupId>
    <artifactId>warwizard-parent</artifactId>
    <version>0.4.5</version>
</dependency>