License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.voodoodyne.gwizard |
ArtifactId | ArtifactIdgwizard-hibernate |
Last Version | Last Version0.4 |
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.4.pom | |
gwizard-hibernate-0.4.jar | 7 KB |
gwizard-hibernate-0.4-sources.jar | 4 KB |
gwizard-hibernate-0.4-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.voodoodyne.gwizard/gwizard-hibernate/ -->
<dependency>
<groupId>com.voodoodyne.gwizard</groupId>
<artifactId>gwizard-hibernate</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.voodoodyne.gwizard/gwizard-hibernate/
implementation 'com.voodoodyne.gwizard:gwizard-hibernate:0.4'
// https://jarcasting.com/artifacts/com.voodoodyne.gwizard/gwizard-hibernate/
implementation ("com.voodoodyne.gwizard:gwizard-hibernate:0.4")
'com.voodoodyne.gwizard:gwizard-hibernate:jar:0.4'
<dependency org="com.voodoodyne.gwizard" name="gwizard-hibernate" rev="0.4">
<artifact name="gwizard-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.voodoodyne.gwizard', module='gwizard-hibernate', version='0.4')
)
libraryDependencies += "com.voodoodyne.gwizard" % "gwizard-hibernate" % "0.4"
[com.voodoodyne.gwizard/gwizard-hibernate "0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject.extensions : guice-persist | jar | 4.0-beta5 |
org.hibernate : hibernate-entitymanager | jar | 4.3.7.Final |
org.hibernate : hibernate-validator | jar | 5.1.3.Final |
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 |
---|---|---|
com.h2database : h2 | jar | 1.4.182 |
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 |