is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-hibernate 1.0.7


Categories

Categories

DropWizard Container Microservices Hibernate Data ORM
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-hibernate
Version

Version

1.0.7
Type

Type

jar

Download dropwizard-hibernate 1.0.7


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