License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Hibernate Data ORM |
GroupId | GroupIdcom.yammer.dropwizard |
ArtifactId | ArtifactIddropwizard-hibernate |
Last Version | Last Version0.6.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Hibernate Support
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
services.
|
<!-- https://jarcasting.com/artifacts/com.yammer.dropwizard/dropwizard-hibernate/ -->
<dependency>
<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-hibernate</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.dropwizard/dropwizard-hibernate/
implementation 'com.yammer.dropwizard:dropwizard-hibernate:0.6.2'
// https://jarcasting.com/artifacts/com.yammer.dropwizard/dropwizard-hibernate/
implementation ("com.yammer.dropwizard:dropwizard-hibernate:0.6.2")
'com.yammer.dropwizard:dropwizard-hibernate:jar:0.6.2'
<dependency org="com.yammer.dropwizard" name="dropwizard-hibernate" rev="0.6.2">
<artifact name="dropwizard-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yammer.dropwizard', module='dropwizard-hibernate', version='0.6.2')
)
libraryDependencies += "com.yammer.dropwizard" % "dropwizard-hibernate" % "0.6.2"
[com.yammer.dropwizard/dropwizard-hibernate "0.6.2"]
Group / Artifact | Type | Version |
---|---|---|
com.yammer.dropwizard : dropwizard-db | jar | 0.6.2 |
com.fasterxml.jackson.datatype : jackson-datatype-hibernate4 | jar | 2.1.2 |
org.jadira.usertype : usertype.core | jar | 3.0.0.GA |
org.hibernate : hibernate-core | jar | 4.1.9.Final |
Group / Artifact | Type | Version |
---|---|---|
hsqldb : hsqldb | jar | 1.8.0.10 |
com.sun.jersey.jersey-test-framework : jersey-test-framework-core | jar | 1.17.1 |
com.sun.jersey.jersey-test-framework : jersey-test-framework-inmemory | jar | 1.17.1 |
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |
org.easytesting : fest-assert-core | jar | 2.0M10 |