| License |
License |
|---|---|
| Categories |
CategoriesLiquibase Data Databases |
| GroupId | GroupIdorg.liquibase.ext |
| ArtifactId | ArtifactIdliquibase-oracle |
| Last Version | Last Version4.11.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLiquibase Oracle Extensions
Some tags to work on Oracle DB.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| liquibase-oracle-4.11.0.pom | |
| liquibase-oracle-4.11.0.jar | 100 KB |
| liquibase-oracle-4.11.0-sources.jar | 66 KB |
| liquibase-oracle-4.11.0-javadoc.jar | 546 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-oracle/ -->
<dependency>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-oracle</artifactId>
<version>4.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-oracle/
implementation 'org.liquibase.ext:liquibase-oracle:4.11.0'
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-oracle/
implementation ("org.liquibase.ext:liquibase-oracle:4.11.0")
'org.liquibase.ext:liquibase-oracle:jar:4.11.0'
<dependency org="org.liquibase.ext" name="liquibase-oracle" rev="4.11.0">
<artifact name="liquibase-oracle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.liquibase.ext', module='liquibase-oracle', version='4.11.0')
)
libraryDependencies += "org.liquibase.ext" % "liquibase-oracle" % "4.11.0"
[org.liquibase.ext/liquibase-oracle "4.11.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.liquibase : liquibase-core | jar | 4.11.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.dbunit : dbunit | jar | 2.7.2 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| org.slf4j : slf4j-jdk14 | jar | 1.7.32 |
| org.mockito : mockito-all | jar | 1.10.19 |