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