is not current version
Last Version 0.6.2

com.yammer.dropwizard:dropwizard-hibernate 0.6.0


Categories

Categories

DropWizard Container Microservices Hibernate Data ORM
GroupId

GroupId

com.yammer.dropwizard
ArtifactId

ArtifactId

dropwizard-hibernate
Version

Version

0.6.0
Type

Type

jar

Download dropwizard-hibernate 0.6.0


<!-- https://jarcasting.com/artifacts/com.yammer.dropwizard/dropwizard-hibernate/ -->
<dependency>
    <groupId>com.yammer.dropwizard</groupId>
    <artifactId>dropwizard-hibernate</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.dropwizard/dropwizard-hibernate/
implementation 'com.yammer.dropwizard:dropwizard-hibernate:0.6.0'
// https://jarcasting.com/artifacts/com.yammer.dropwizard/dropwizard-hibernate/
implementation ("com.yammer.dropwizard:dropwizard-hibernate:0.6.0")
'com.yammer.dropwizard:dropwizard-hibernate:jar:0.6.0'
<dependency org="com.yammer.dropwizard" name="dropwizard-hibernate" rev="0.6.0">
  <artifact name="dropwizard-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yammer.dropwizard', module='dropwizard-hibernate', version='0.6.0')
)
libraryDependencies += "com.yammer.dropwizard" % "dropwizard-hibernate" % "0.6.0"
[com.yammer.dropwizard/dropwizard-hibernate "0.6.0"]