License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net Liquibase Data Databases |
GroupId | GroupIdnet.lbruun.springboot |
ArtifactId | ArtifactIdpreliquibase-spring-boot-starter |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot AutoConfiguration :: Pre-Liquibase Starter
Bootstrapping for Pre-Liquibase
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.lbruun.springboot/preliquibase-spring-boot-starter/
implementation 'net.lbruun.springboot:preliquibase-spring-boot-starter:1.1.1'
// https://jarcasting.com/artifacts/net.lbruun.springboot/preliquibase-spring-boot-starter/
implementation ("net.lbruun.springboot:preliquibase-spring-boot-starter:1.1.1")
'net.lbruun.springboot:preliquibase-spring-boot-starter:jar:1.1.1'
<dependency org="net.lbruun.springboot" name="preliquibase-spring-boot-starter" rev="1.1.1">
<artifact name="preliquibase-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lbruun.springboot', module='preliquibase-spring-boot-starter', version='1.1.1')
)
libraryDependencies += "net.lbruun.springboot" % "preliquibase-spring-boot-starter" % "1.1.1"
[net.lbruun.springboot/preliquibase-spring-boot-starter "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.5.2 |
net.lbruun.springboot : preliquibase-spring-boot-autoconfigure | jar | 1.1.1 |