is not current version
Last Version 1.0.4

io.github.gitbucket:solidbase 1.0.0

Generic migration tool for RDBMS and other resources based on Liquibase

GroupId

GroupId

io.github.gitbucket
ArtifactId

ArtifactId

solidbase
Version

Version

1.0.0
Type

Type

jar

Download solidbase 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.gitbucket/solidbase/ -->
<dependency>
    <groupId>io.github.gitbucket</groupId>
    <artifactId>solidbase</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gitbucket/solidbase/
implementation 'io.github.gitbucket:solidbase:1.0.0'
// https://jarcasting.com/artifacts/io.github.gitbucket/solidbase/
implementation ("io.github.gitbucket:solidbase:1.0.0")
'io.github.gitbucket:solidbase:jar:1.0.0'
<dependency org="io.github.gitbucket" name="solidbase" rev="1.0.0">
  <artifact name="solidbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gitbucket', module='solidbase', version='1.0.0')
)
libraryDependencies += "io.github.gitbucket" % "solidbase" % "1.0.0"
[io.github.gitbucket/solidbase "1.0.0"]