| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sourceforge.openutils |
| Идентификатор | Идентификаторopenutils-dbmigration |
| Последняя версия | Последняя версия2.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеopenutils dbmigration
DB Migration is a framework based on Spring for handling automatic db schema updates.
With DBMigration you can bundle upgrade scripts in you application. Its purpose
is to manage db updates consistently both for development than for production releases.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| openutils-dbmigration-2.2.0.pom | |
| openutils-dbmigration-2.2.0.jar | 82 KB |
| openutils-dbmigration-2.2.0-sources.jar | 66 KB |
| openutils-dbmigration-2.2.0-javadoc.jar | 296 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-dbmigration/ -->
<dependency>
<groupId>net.sourceforge.openutils</groupId>
<artifactId>openutils-dbmigration</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-dbmigration/
implementation 'net.sourceforge.openutils:openutils-dbmigration:2.2.0'
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-dbmigration/
implementation ("net.sourceforge.openutils:openutils-dbmigration:2.2.0")
'net.sourceforge.openutils:openutils-dbmigration:jar:2.2.0'
<dependency org="net.sourceforge.openutils" name="openutils-dbmigration" rev="2.2.0">
<artifact name="openutils-dbmigration" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.openutils', module='openutils-dbmigration', version='2.2.0')
)
libraryDependencies += "net.sourceforge.openutils" % "openutils-dbmigration" % "2.2.0"
[net.sourceforge.openutils/openutils-dbmigration "2.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.4 |
| commons-io : commons-io | jar | 2.4 |
| org.springframework : spring-jdbc | jar | 4.2.5.RELEASE |
| org.springframework : spring-beans | jar | 4.2.5.RELEASE |
| org.springframework : spring-core | jar | 4.2.5.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.20 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.20 |
| org.apache.poi : poi Необязательный | jar | 3.14 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.9.10 |