License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Hibernate Data ORM |
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-hibernate |
Last Version | Last Version4.0.0-beta.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Hibernate Support
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
applications.
|
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-hibernate/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-hibernate</artifactId>
<version>4.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-hibernate/
implementation 'io.dropwizard:dropwizard-hibernate:4.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-hibernate/
implementation ("io.dropwizard:dropwizard-hibernate:4.0.0-beta.1")
'io.dropwizard:dropwizard-hibernate:jar:4.0.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-hibernate" rev="4.0.0-beta.1">
<artifact name="dropwizard-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-hibernate', version='4.0.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-hibernate" % "4.0.0-beta.1"
[io.dropwizard/dropwizard-hibernate "4.0.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jadira.usertype : usertype.core | jar | 7.0.0.CR1 |
jakarta.activation : jakarta.activation-api | jar | 2.1.0 |
jakarta.xml.bind : jakarta.xml.bind-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.assertj : assertj-core | jar | 3.22.0 |
org.mockito : mockito-core | jar | 4.4.0 |
io.dropwizard : dropwizard-configuration | jar | 4.0.0-beta.1 |
io.dropwizard : dropwizard-testing | jar | 4.0.0-beta.1 |
com.h2database : h2 | jar | 2.1.210 |
org.glassfish.jersey.test-framework : jersey-test-framework-core | jar | |
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-inmemory | jar |