| License |
License |
|---|---|
| Categories |
CategoriesLiquibase Data Databases |
| GroupId | GroupIdorg.liquibase.ext |
| ArtifactId | ArtifactIdliquibase-sqlfire |
| Version | Version4.5.0 |
| Type | Typejar |
| Description |
DescriptionLiquibase SqlFire Database Extension
Liquibase extension to allow integration with VmWare's SqlFire Database
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| liquibase-sqlfire-4.5.0.pom | |
| liquibase-sqlfire-4.5.0.jar | 11 KB |
| liquibase-sqlfire-4.5.0-sources.jar | 8 KB |
| liquibase-sqlfire-4.5.0-javadoc.jar | 426 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-sqlfire/ -->
<dependency>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-sqlfire</artifactId>
<version>4.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-sqlfire/
implementation 'org.liquibase.ext:liquibase-sqlfire:4.5.0'
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-sqlfire/
implementation ("org.liquibase.ext:liquibase-sqlfire:4.5.0")
'org.liquibase.ext:liquibase-sqlfire:jar:4.5.0'
<dependency org="org.liquibase.ext" name="liquibase-sqlfire" rev="4.5.0">
<artifact name="liquibase-sqlfire" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.liquibase.ext', module='liquibase-sqlfire', version='4.5.0')
)
libraryDependencies += "org.liquibase.ext" % "liquibase-sqlfire" % "4.5.0"
[org.liquibase.ext/liquibase-sqlfire "4.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.liquibase : liquibase-core | jar | 4.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |