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