文件下载
文件名 操作
dropwizard-hibernate-2.0.35.jar 下载
dropwizard-hibernate-2.0.35.pom 下载
dropwizard-hibernate-2.0.35-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-hibernate</artifactId>
  <version>2.0.35</version>
</dependency>
Gradle Groovy
implementation 'io.dropwizard:dropwizard-hibernate:2.0.35'
Gradle Kotlin
implementation("io.dropwizard:dropwizard-hibernate:2.0.35")
Scala SBT
libraryDependencies += "io.dropwizard" % "dropwizard-hibernate" % "2.0.35"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard', module='dropwizard-hibernate', version='2.0.35')
)
Apache Ivy
<dependency org="io.dropwizard" name="dropwizard-hibernate" rev="2.0.35" />
Leiningen
[io.dropwizard/dropwizard-hibernate "2.0.35"]
Apache Buildr
'io.dropwizard:dropwizard-hibernate:jar:2.0.35'
本项目依赖
<parent>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-parent</artifactId>
  <version>2.0.35</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.google.code.findbugs:jsr305

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

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

|-- joda-time:joda-time

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

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

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

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

|-- org.javassist:javassist

|-- org.hibernate:hibernate-core

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

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

|-- org.slf4j:slf4j-api

runtime

|-- org.jadira.usertype:usertype.core

test

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

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

|-- org.assertj:assertj-core

|-- org.mockito:mockito-core

|-- 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