License |
License |
---|---|
Categories |
CategoriesLiquibase Data Databases |
GroupId | GroupIdorg.liquibase.ext |
ArtifactId | ArtifactIdliquibase-maxdb |
Last Version | Last Version4.12.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLiquibase Extension: MaxDB Support
Adds support for SAP's MaxDB
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
liquibase-maxdb-4.12.0.pom | |
liquibase-maxdb-4.12.0.jar | 25 KB |
liquibase-maxdb-4.12.0-sources.jar | 16 KB |
liquibase-maxdb-4.12.0-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-maxdb/ -->
<dependency>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-maxdb</artifactId>
<version>4.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-maxdb/
implementation 'org.liquibase.ext:liquibase-maxdb:4.12.0'
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-maxdb/
implementation ("org.liquibase.ext:liquibase-maxdb:4.12.0")
'org.liquibase.ext:liquibase-maxdb:jar:4.12.0'
<dependency org="org.liquibase.ext" name="liquibase-maxdb" rev="4.12.0">
<artifact name="liquibase-maxdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.liquibase.ext', module='liquibase-maxdb', version='4.12.0')
)
libraryDependencies += "org.liquibase.ext" % "liquibase-maxdb" % "4.12.0"
[org.liquibase.ext/liquibase-maxdb "4.12.0"]
Group / Artifact | Type | Version |
---|---|---|
org.liquibase : liquibase-core | jar | 4.12.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |