is not current version
Last Version 2.0.1

io.bootique.flyway:bootique-flyway-parent 1.0

Parent POM of Bootique Flyway module.

Categories

Categories

Flyway Data Databases Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.flyway
ArtifactId

ArtifactId

bootique-flyway-parent
Version

Version

1.0
Type

Type

pom

Download bootique-flyway-parent 1.0


<!-- https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway-parent/ -->
<dependency>
    <groupId>io.bootique.flyway</groupId>
    <artifactId>bootique-flyway-parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway-parent/
implementation 'io.bootique.flyway:bootique-flyway-parent:1.0'
// https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway-parent/
implementation ("io.bootique.flyway:bootique-flyway-parent:1.0")
'io.bootique.flyway:bootique-flyway-parent:pom:1.0'
<dependency org="io.bootique.flyway" name="bootique-flyway-parent" rev="1.0">
  <artifact name="bootique-flyway-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique.flyway', module='bootique-flyway-parent', version='1.0')
)
libraryDependencies += "io.bootique.flyway" % "bootique-flyway-parent" % "1.0"
[io.bootique.flyway/bootique-flyway-parent "1.0"]