Gradle dbpatch plugin

Manage your database patches with Gradle.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.jsoftware.dbpatch
ArtifactId

ArtifactId

dbpatch-gradle-plugin
Last Version

Last Version

4.1
Release Date

Release Date

Type

Type

jar
Description

Description

Gradle dbpatch plugin
Manage your database patches with Gradle.
Project URL

Project URL

https://github.com/m-szalik/dbpatch
Source Code Management

Source Code Management

https://github.com/m-szalik/dbpatch.git

Download dbpatch-gradle-plugin

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jsoftware.dbpatch : dbpatch-core jar 4.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.

Dbpatch

Join the chat at https://gitter.im/m-szalik/dbpatch Build Status codecov.io Dependency Status Codacy Badge

Manage versioning of your databases with maven, gradle or standalone GUI application

video presentation

Interactive mode

This plugin can be executed as standard java program (java -jar dbpatch-latest.jar)

interactive mode screen shot

How to use it with Maven or Gradle

Use with Gradle or Maven

More

Requirements

  • Java 6 or newer

License

Apache License 2.0

Problems and questions

In case of problems or questions contact me by creating an issue on GitHub.

Versions

Version
4.1
4.0