Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration Flyway Data Databases |
---|---|
GroupId | GroupIdin.hocg.boot |
ArtifactId | ArtifactIdflyway-spring-boot-autoconfigure |
Version | Version1.0.35 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/flyway-spring-boot-autoconfigure/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>flyway-spring-boot-autoconfigure</artifactId>
<version>1.0.35</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/flyway-spring-boot-autoconfigure/
implementation 'in.hocg.boot:flyway-spring-boot-autoconfigure:1.0.35'
// https://jarcasting.com/artifacts/in.hocg.boot/flyway-spring-boot-autoconfigure/
implementation ("in.hocg.boot:flyway-spring-boot-autoconfigure:1.0.35")
'in.hocg.boot:flyway-spring-boot-autoconfigure:jar:1.0.35'
<dependency org="in.hocg.boot" name="flyway-spring-boot-autoconfigure" rev="1.0.35">
<artifact name="flyway-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='flyway-spring-boot-autoconfigure', version='1.0.35')
)
libraryDependencies += "in.hocg.boot" % "flyway-spring-boot-autoconfigure" % "1.0.35"
[in.hocg.boot/flyway-spring-boot-autoconfigure "1.0.35"]