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