Files download
File Operation
dropwizard-hibernate-3.0.2.jar download
dropwizard-hibernate-3.0.2.pom download
dropwizard-hibernate-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-hibernate</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.dropwizard:dropwizard-hibernate:3.0.2'
Gradle Kotlin
implementation("io.dropwizard:dropwizard-hibernate:3.0.2")
Scala SBT
libraryDependencies += "io.dropwizard" % "dropwizard-hibernate" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard', module='dropwizard-hibernate', version='3.0.2')
)
Apache Ivy
<dependency org="io.dropwizard" name="dropwizard-hibernate" rev="3.0.2" />
Leiningen
[io.dropwizard/dropwizard-hibernate "3.0.2"]
Apache Buildr
'io.dropwizard:dropwizard-hibernate:jar:3.0.2'
Dependencies
<parent>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-parent</artifactId>
  <version>3.0.2</version>
</parent>

compile

|-- io.dropwizard:dropwizard-core

|-- io.dropwizard:dropwizard-db

|-- io.dropwizard:dropwizard-jackson

|-- io.dropwizard:dropwizard-jersey

|-- io.dropwizard:dropwizard-lifecycle

|-- io.dropwizard:dropwizard-logging

|-- io.dropwizard:dropwizard-util

|-- io.dropwizard.metrics:metrics-core

|-- io.dropwizard.metrics:metrics-healthchecks

|-- com.fasterxml.jackson.core:jackson-annotations

|-- com.fasterxml.jackson.core:jackson-databind

|-- com.fasterxml.jackson.datatype:jackson-datatype-hibernate5

|-- com.github.ben-manes.caffeine:caffeine

|-- org.checkerframework:checker-qual

|-- jakarta.ws.rs:jakarta.ws.rs-api

|-- javax.persistence:javax.persistence-api

|-- org.apache.tomcat:tomcat-jdbc

|-- org.glassfish.jersey.core:jersey-client

|-- org.glassfish.jersey.core:jersey-common

|-- org.glassfish.jersey.core:jersey-server

|-- net.bytebuddy:byte-buddy

|-- org.hibernate:hibernate-core

|-- org.slf4j:slf4j-api

runtime

|-- jakarta.activation:jakarta.activation-api

|-- jakarta.xml.bind:jakarta.xml.bind-api

test

|-- org.junit.jupiter:junit-jupiter

|-- org.junit.jupiter:junit-jupiter-api

|-- org.junit.jupiter:junit-jupiter-params

|-- org.assertj:assertj-core

|-- org.mockito:mockito-core

|-- io.dropwizard:dropwizard-configuration

|-- io.dropwizard:dropwizard-testing

|-- com.h2database:h2

|-- org.glassfish.jersey.test-framework:jersey-test-framework-core

|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory