License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.gwizard |
ArtifactId | ArtifactIdgwizard-hibernate |
Last Version | Last Version0.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWizard Hibernate
A Java framework, inspired by DropWizard, for developing RESTful web services with Guice
|
Filename | Size |
---|---|
gwizard-hibernate-0.11.pom | |
gwizard-hibernate-0.11.jar | 7 KB |
gwizard-hibernate-0.11-sources.jar | 3 KB |
gwizard-hibernate-0.11-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gwizard/gwizard-hibernate/ -->
<dependency>
<groupId>org.gwizard</groupId>
<artifactId>gwizard-hibernate</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.gwizard/gwizard-hibernate/
implementation 'org.gwizard:gwizard-hibernate:0.11'
// https://jarcasting.com/artifacts/org.gwizard/gwizard-hibernate/
implementation ("org.gwizard:gwizard-hibernate:0.11")
'org.gwizard:gwizard-hibernate:jar:0.11'
<dependency org="org.gwizard" name="gwizard-hibernate" rev="0.11">
<artifact name="gwizard-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gwizard', module='gwizard-hibernate', version='0.11')
)
libraryDependencies += "org.gwizard" % "gwizard-hibernate" % "0.11"
[org.gwizard/gwizard-hibernate "0.11"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject.extensions : guice-persist | jar | 5.0.1 |
org.hibernate : hibernate-core | jar | 5.4.28.Final |
org.hibernate : hibernate-validator | jar | 7.0.1.Final |
javax.validation : validation-api | jar | 2.0.1.Final |
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 |
---|---|---|
com.h2database : h2 | jar | 1.4.182 |
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 |