License |
License |
---|---|
GroupId | GroupIdorg.gwizard |
ArtifactId | ArtifactIdgwizard-web |
Last Version | Last Version0.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWizard Web
A Java framework, inspired by DropWizard, for developing RESTful web services with Guice
|
Filename | Size |
---|---|
gwizard-web-0.11.pom | |
gwizard-web-0.11.jar | 7 KB |
gwizard-web-0.11-sources.jar | 3 KB |
gwizard-web-0.11-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gwizard/gwizard-web/ -->
<dependency>
<groupId>org.gwizard</groupId>
<artifactId>gwizard-web</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.gwizard/gwizard-web/
implementation 'org.gwizard:gwizard-web:0.11'
// https://jarcasting.com/artifacts/org.gwizard/gwizard-web/
implementation ("org.gwizard:gwizard-web:0.11")
'org.gwizard:gwizard-web:jar:0.11'
<dependency org="org.gwizard" name="gwizard-web" rev="0.11">
<artifact name="gwizard-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gwizard', module='gwizard-web', version='0.11')
)
libraryDependencies += "org.gwizard" % "gwizard-web" % "0.11"
[org.gwizard/gwizard-web "0.11"]
Group / Artifact | Type | Version |
---|---|---|
org.gwizard : gwizard-services | jar | 0.11 |
com.google.inject.extensions : guice-servlet | jar | 5.0.1 |
org.eclipse.jetty : jetty-webapp | jar | 9.4.36.v20210114 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
com.google.inject : guice | jar | 5.0.1 |
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 |
ch.qos.logback : logback-access | 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 |