Последняя версия

Liquibase Hibernate Integration 3.6

Liquibase extension for hibernate integration including generating changesets based on changed hibernate mapping files

Лицензия

Лицензия

Категории

Категории

Liquibase Данные Базы данных Hibernate ORM
Группа

Группа

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

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

liquibase-hibernate4
Версия

Версия

3.6
Тип

Тип

jar
Описание

Описание

Liquibase Hibernate Integration
Liquibase extension for hibernate integration including generating changesets based on changed hibernate mapping files
Ссылка на сайт

Ссылка на сайт

https://github.com/liquibase/liquibase-hibernate/wiki
Организация-разработчик

Организация-разработчик

Liquibase.org

Скачать liquibase-hibernate4 3.6


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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.hibernate : hibernate-core jar 4.3.11.Final
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final
org.hibernate : hibernate-entitymanager jar 4.3.11.Final
org.hibernate : hibernate-envers jar 4.3.11.Final
org.liquibase : liquibase-core jar 3.5.3
com.h2database : h2 jar 1.4.192

provided (6)

Идентификатор библиотеки Тип Версия
org.springframework : spring-test jar 3.2.4.RELEASE
org.springframework : spring-jdbc jar 3.2.4.RELEASE
org.springframework : spring-beans jar 3.2.4.RELEASE
org.springframework : spring-context jar 3.2.4.RELEASE
org.springframework : spring-orm jar 3.2.4.RELEASE
org.springframework : spring-hibernate jar 1.2.9

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3
org.hsqldb : hsqldb jar 2.2.9
mysql : mysql-connector-java jar 5.1.26

Модули Проекта

Данный проект не имеет модулей.