MVN

com.voodoodyne.gwizard : gwizard-parent

Maven & Gradle

Jan 22, 2015
109 stars

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

<dependency>
    <groupId>com.voodoodyne.gwizard</groupId>
    <artifactId>gwizard-parent</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.voodoodyne.gwizard : gwizard-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of com.voodoodyne.gwizard : gwizard-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4
gwizard-parent-0.4
0.3
gwizard-parent-0.3
0.2
gwizard-parent-0.2
0.1
gwizard-parent-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.voodoodyne.gwizard</groupId>
    <artifactId>gwizard-parent</artifactId>
    <version>0.4</version>
</dependency>

Advertisement