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

io.dropwizard:dropwizard-hibernate 2.0.29


Категории

Категории

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

Группа

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

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

dropwizard-hibernate
Версия

Версия

2.0.29
Тип

Тип

jar

Скачать dropwizard-hibernate 2.0.29


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