GWizard

A Java framework, inspired by DropWizard, for developing RESTful web services with Guice

License

License

GroupId

GroupId

com.voodoodyne.gwizard
ArtifactId

ArtifactId

gwizard-parent
Last Version

Last Version

0.4
Release Date

Release Date

Type

Type

pom
Description

Description

GWizard
A Java framework, inspired by DropWizard, for developing RESTful web services with Guice
Project URL

Project URL

https://github.com/stickfigure/gwizard

Download gwizard-parent

Filename Size
gwizard-parent-0.4.pom 5 KB
Browse

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.inject : guice jar 4.0-beta5
org.slf4j : slf4j-api jar 1.7.7

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.14.8

test (4)

Group / Artifact Type Version
org.testng : testng jar 6.8
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 1.9.5

Project Modules

  • gwizard-config
  • gwizard-logging
  • gwizard-services
  • gwizard-web
  • gwizard-rest
  • gwizard-jersey
  • gwizard-hibernate
  • gwizard-metrics

Versions

Version
0.4
0.3
0.2
0.1