Categories |
CategoriesLiquibase Data Databases |
---|---|
GroupId | GroupIdorg.atteo.moonshine |
ArtifactId | ArtifactIdliquibase |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
liquibase-1.1.pom | |
liquibase-1.1.jar | 4 KB |
liquibase-1.1-sources.jar | 2 KB |
liquibase-1.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/liquibase/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>liquibase</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/liquibase/
implementation 'org.atteo.moonshine:liquibase:1.1'
// https://jarcasting.com/artifacts/org.atteo.moonshine/liquibase/
implementation ("org.atteo.moonshine:liquibase:1.1")
'org.atteo.moonshine:liquibase:jar:1.1'
<dependency org="org.atteo.moonshine" name="liquibase" rev="1.1">
<artifact name="liquibase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='liquibase', version='1.1')
)
libraryDependencies += "org.atteo.moonshine" % "liquibase" % "1.1"
[org.atteo.moonshine/liquibase "1.1"]