Categories |
CategoriesSpring Boot Container Microservices Net Liquibase Data Databases |
---|---|
GroupId | GroupIdnet.lbruun.springboot |
ArtifactId | ArtifactIdpreliquibase-spring-boot-starter |
Version | Version1.0.2 |
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>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.lbruun.springboot/preliquibase-spring-boot-starter/
implementation 'net.lbruun.springboot:preliquibase-spring-boot-starter:1.0.2'
// https://jarcasting.com/artifacts/net.lbruun.springboot/preliquibase-spring-boot-starter/
implementation ("net.lbruun.springboot:preliquibase-spring-boot-starter:1.0.2")
'net.lbruun.springboot:preliquibase-spring-boot-starter:jar:1.0.2'
<dependency org="net.lbruun.springboot" name="preliquibase-spring-boot-starter" rev="1.0.2">
<artifact name="preliquibase-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lbruun.springboot', module='preliquibase-spring-boot-starter', version='1.0.2')
)
libraryDependencies += "net.lbruun.springboot" % "preliquibase-spring-boot-starter" % "1.0.2"
[net.lbruun.springboot/preliquibase-spring-boot-starter "1.0.2"]