dbpatch core

Manage, versioning database

License

License

GroupId

GroupId

org.jsoftware.dbpatch
ArtifactId

ArtifactId

dbpatch-core
Last Version

Last Version

4.1
Release Date

Release Date

Type

Type

jar
Description

Description

dbpatch core
Manage, versioning database
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-core

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
commons-io : commons-io jar 2.4

test (3)

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

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