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