| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.dbmaintain |
| Идентификатор | Идентификаторdbmaintain-parent |
| Версия | Версия2.7.2 |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| dbmaintain-parent-2.7.2.pom | 10 KB |
| Обзор |
<!-- 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"]