Categories |
CategoriesSpring Boot Container Microservices Flyway Data Databases |
---|---|
GroupId | GroupIdcom.github.vindell |
ArtifactId | ArtifactIdspring-boot-starter-flyway-plus |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.vindell/spring-boot-starter-flyway-plus/ -->
<dependency>
<groupId>com.github.vindell</groupId>
<artifactId>spring-boot-starter-flyway-plus</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vindell/spring-boot-starter-flyway-plus/
implementation 'com.github.vindell:spring-boot-starter-flyway-plus:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.vindell/spring-boot-starter-flyway-plus/
implementation ("com.github.vindell:spring-boot-starter-flyway-plus:1.0.0.RELEASE")
'com.github.vindell:spring-boot-starter-flyway-plus:jar:1.0.0.RELEASE'
<dependency org="com.github.vindell" name="spring-boot-starter-flyway-plus" rev="1.0.0.RELEASE">
<artifact name="spring-boot-starter-flyway-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vindell', module='spring-boot-starter-flyway-plus', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.vindell" % "spring-boot-starter-flyway-plus" % "1.0.0.RELEASE"
[com.github.vindell/spring-boot-starter-flyway-plus "1.0.0.RELEASE"]