Categories |
CategoriesSpring Boot Container Microservices Net Liquibase Data Databases |
---|---|
GroupId | GroupIdnet.lbruun.springboot |
ArtifactId | ArtifactIdpreliquibase-spring-boot-starter |
Version | Version0.9.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.lbruun.springboot/preliquibase-spring-boot-starter/ -->
<dependency>
<groupId>net.lbruun.springboot</groupId>
<artifactId>preliquibase-spring-boot-starter</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.lbruun.springboot/preliquibase-spring-boot-starter/
implementation 'net.lbruun.springboot:preliquibase-spring-boot-starter:0.9.6'
// https://jarcasting.com/artifacts/net.lbruun.springboot/preliquibase-spring-boot-starter/
implementation ("net.lbruun.springboot:preliquibase-spring-boot-starter:0.9.6")
'net.lbruun.springboot:preliquibase-spring-boot-starter:jar:0.9.6'
<dependency org="net.lbruun.springboot" name="preliquibase-spring-boot-starter" rev="0.9.6">
<artifact name="preliquibase-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lbruun.springboot', module='preliquibase-spring-boot-starter', version='0.9.6')
)
libraryDependencies += "net.lbruun.springboot" % "preliquibase-spring-boot-starter" % "0.9.6"
[net.lbruun.springboot/preliquibase-spring-boot-starter "0.9.6"]