License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdorg.gwizard |
ArtifactId | ArtifactIdgwizard-jersey |
Last Version | Last Version0.10 |
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.10.pom | |
gwizard-jersey-0.10.jar | 6 KB |
gwizard-jersey-0.10-sources.jar | 3 KB |
gwizard-jersey-0.10-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gwizard/gwizard-jersey/ -->
<dependency>
<groupId>org.gwizard</groupId>
<artifactId>gwizard-jersey</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.gwizard/gwizard-jersey/
implementation 'org.gwizard:gwizard-jersey:0.10'
// https://jarcasting.com/artifacts/org.gwizard/gwizard-jersey/
implementation ("org.gwizard:gwizard-jersey:0.10")
'org.gwizard:gwizard-jersey:jar:0.10'
<dependency org="org.gwizard" name="gwizard-jersey" rev="0.10">
<artifact name="gwizard-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gwizard', module='gwizard-jersey', version='0.10')
)
libraryDependencies += "org.gwizard" % "gwizard-jersey" % "0.10"
[org.gwizard/gwizard-jersey "0.10"]
Group / Artifact | Type | Version |
---|---|---|
org.gwizard : gwizard-web | jar | 0.10 |
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.12.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.1 |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.12.1 |
com.google.inject : guice | jar | 4.2.3 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.assertj : assertj-core | jar | 3.19.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
org.mockito : mockito-core | jar | 3.2.4 |