Last Version

Warwizard Project 0.4.5

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.

License

License

GroupId

GroupId

com.plausiblelabs.warwizard
ArtifactId

ArtifactId

warwizard-parent
Version

Version

0.4.5
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/plausiblelabs/warwizard
Source Code Management

Source Code Management

http://github.com/plausiblelabs/warwizard/

Download warwizard-parent 0.4.5


<!-- https://jarcasting.com/artifacts/com.plausiblelabs.warwizard/warwizard-parent/ -->
<dependency>
    <groupId>com.plausiblelabs.warwizard</groupId>
    <artifactId>warwizard-parent</artifactId>
    <version>0.4.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.plausiblelabs.warwizard/warwizard-parent/
implementation 'com.plausiblelabs.warwizard:warwizard-parent:0.4.5'
// https://jarcasting.com/artifacts/com.plausiblelabs.warwizard/warwizard-parent/
implementation ("com.plausiblelabs.warwizard:warwizard-parent:0.4.5")
'com.plausiblelabs.warwizard:warwizard-parent:pom:0.4.5'
<dependency org="com.plausiblelabs.warwizard" name="warwizard-parent" rev="0.4.5">
  <artifact name="warwizard-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.plausiblelabs.warwizard', module='warwizard-parent', version='0.4.5')
)
libraryDependencies += "com.plausiblelabs.warwizard" % "warwizard-parent" % "0.4.5"
[com.plausiblelabs.warwizard/warwizard-parent "0.4.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • warwizard-core
  • warwizard-db
  • warwizard-auth
  • warwizard-example