License |
License |
---|---|
Categories |
CategoriesLiquibase Data Databases |
GroupId | GroupIdcom.github.nfalco79 |
ArtifactId | ArtifactIdliquibase-ext |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLiquibase extensions
A Maven parent pom where define common lifecycle for these projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
liquibase-ext-1.0.1.pom | |
liquibase-ext-1.0.1.jar | 25 KB |
liquibase-ext-1.0.1-sources.jar | 23 KB |
liquibase-ext-1.0.1-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nfalco79/liquibase-ext/ -->
<dependency>
<groupId>com.github.nfalco79</groupId>
<artifactId>liquibase-ext</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfalco79/liquibase-ext/
implementation 'com.github.nfalco79:liquibase-ext:1.0.1'
// https://jarcasting.com/artifacts/com.github.nfalco79/liquibase-ext/
implementation ("com.github.nfalco79:liquibase-ext:1.0.1")
'com.github.nfalco79:liquibase-ext:jar:1.0.1'
<dependency org="com.github.nfalco79" name="liquibase-ext" rev="1.0.1">
<artifact name="liquibase-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='liquibase-ext', version='1.0.1')
)
libraryDependencies += "com.github.nfalco79" % "liquibase-ext" % "1.0.1"
[com.github.nfalco79/liquibase-ext "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.liquibase : liquibase-core | jar | 4.12.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 4.3.1 |
org.assertj : assertj-core | jar | 3.22.0 |