| Категории |
КатегорииLiquibase Данные Базы данных |
|---|---|
| Группа | Группаorg.liquibase.ext |
| Идентификатор | Идентификаторliquibase-filechangelog |
| Версия | Версия3.10.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-filechangelog/ -->
<dependency>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-filechangelog</artifactId>
<version>3.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-filechangelog/
implementation 'org.liquibase.ext:liquibase-filechangelog:3.10.1'
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-filechangelog/
implementation ("org.liquibase.ext:liquibase-filechangelog:3.10.1")
'org.liquibase.ext:liquibase-filechangelog:jar:3.10.1'
<dependency org="org.liquibase.ext" name="liquibase-filechangelog" rev="3.10.1">
<artifact name="liquibase-filechangelog" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.liquibase.ext', module='liquibase-filechangelog', version='3.10.1')
)
libraryDependencies += "org.liquibase.ext" % "liquibase-filechangelog" % "3.10.1"
[org.liquibase.ext/liquibase-filechangelog "3.10.1"]