не последняя версия
Последняя версия 4.0.0-beta.1

io.dropwizard:dropwizard-hibernate 2.1.0-beta.9


Категории

Категории

DropWizard Контейнер Микросервисы Hibernate Данные ORM
Группа

Группа

io.dropwizard
Идентификатор

Идентификатор

dropwizard-hibernate
Версия

Версия

2.1.0-beta.9
Тип

Тип

jar

Скачать dropwizard-hibernate 2.1.0-beta.9


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