| License |
License |
|---|---|
| Categories |
CategoriesJersey Program Interface REST Frameworks |
| GroupId | GroupIdcom.voodoodyne.gwizard |
| ArtifactId | ArtifactIdgwizard-jersey |
| Last Version | Last Version0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGWizard Jersey
A Java framework, inspired by DropWizard, for developing RESTful web services with Guice
|
| Filename | Size |
|---|---|
| gwizard-jersey-0.4.pom | |
| gwizard-jersey-0.4.jar | 6 KB |
| gwizard-jersey-0.4-sources.jar | 3 KB |
| gwizard-jersey-0.4-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.voodoodyne.gwizard/gwizard-jersey/ -->
<dependency>
<groupId>com.voodoodyne.gwizard</groupId>
<artifactId>gwizard-jersey</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.voodoodyne.gwizard/gwizard-jersey/
implementation 'com.voodoodyne.gwizard:gwizard-jersey:0.4'
// https://jarcasting.com/artifacts/com.voodoodyne.gwizard/gwizard-jersey/
implementation ("com.voodoodyne.gwizard:gwizard-jersey:0.4")
'com.voodoodyne.gwizard:gwizard-jersey:jar:0.4'
<dependency org="com.voodoodyne.gwizard" name="gwizard-jersey" rev="0.4">
<artifact name="gwizard-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.voodoodyne.gwizard', module='gwizard-jersey', version='0.4')
)
libraryDependencies += "com.voodoodyne.gwizard" % "gwizard-jersey" % "0.4"
[com.voodoodyne.gwizard/gwizard-jersey "0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.voodoodyne.gwizard : gwizard-web | jar | 0.4 |
| org.glassfish.jersey.containers : jersey-container-jetty-servlet | jar | 2.13 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.13 |
| com.squarespace.jersey2-guice : jersey2-guice | jar | 0.4 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.4.4 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.4.4 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.4.4 |
| com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.4.4 |
| com.google.inject : guice | jar | 4.0-beta5 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.14.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| 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 |