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

|-- com.google.code.findbugs:jsr305

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

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

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