не последняя версия
Последняя версия 6.0.0.Alpha7

org.hibernate:hibernate-osgi 6.0.0.Alpha3

Support for running Hibernate O/RM in OSGi environments

Категории

Категории

Hibernate Данные ORM
Группа

Группа

org.hibernate
Идентификатор

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

hibernate-osgi
Версия

Версия

6.0.0.Alpha3
Тип

Тип

pom

Скачать hibernate-osgi 6.0.0.Alpha3

Имя Файла Размер
hibernate-osgi-6.0.0.Alpha3.pom 1 KB
Обзор

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