Last Version

dbmaintain-parent 2.7.2

DbMaintain enables automatic roll-out of updates to a relational database. It brings database scripts into version control just like regular source code and can be used to transparently deploy databases from development to production.

License

License

GroupId

GroupId

org.dbmaintain
ArtifactId

ArtifactId

dbmaintain-parent
Version

Version

2.7.2
Type

Type

pom
Description

Description

dbmaintain-parent
DbMaintain enables automatic roll-out of updates to a relational database. It brings database scripts into version control just like regular source code and can be used to transparently deploy databases from development to production.
Project URL

Project URL

http://www.dbmaintain.org/
Source Code Management

Source Code Management

https://github.com/DbMaintain/dbmaintain.git

Download dbmaintain-parent 2.7.2


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • dbmaintain
  • dbmaintain-maven-plugin
  • dbmaintain-integrationtest