Gradle Liquibase Plugin

A Gradle plugin for the Liquibase database refactoring tool.

Лицензия

Лицензия

Категории

Категории

Gradle Компиляция и сборка Сеть Liquibase Данные Базы данных
Группа

Группа

net.saliman
Идентификатор

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

gradle-liquibase-plugin
Последняя версия

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

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Gradle Liquibase Plugin
A Gradle plugin for the Liquibase database refactoring tool.
Ссылка на сайт

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

https://github.com/tlberglund/gradle-liquibase-plugin
Система контроля версий

Система контроля версий

https://github.com/tlberglund/gradle-liquibase-plugin

Скачать gradle-liquibase-plugin

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.liquibase : liquibase-core jar 3.3.2
org.codehaus.groovy : groovy jar 2.4.1

runtime (1)

Идентификатор библиотеки Тип Версия
net.saliman : groovy-liquibase-dsl jar 1.0.2

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

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

News

###May 25, 2015 We're pleased to announce that the Liquibase Gradle Plugin is now a part of the Liquibase organization. I'll still maintain the code, it will just live in a different Git repository. Bringing this project into the larger Liquibase family will help keep all things Liquibase together in one place and make the project easier to find for all Liquibase users. The new home for the Liquibase Gradle Plugin is https://github.com/liquibase/liquibase-gradle-plugin

As part of this move, the Liquibase Gradle Plugin is now available through the official Gradle Plugin Portal.

I'll update existing issues in this repository as they get addressed, but new issues should be reported in the new repository.

Thank you all for your continued support,

Steve Saliman

Версии библиотеки

Версия
1.0.2
1.0.1
1.0.0