is not current version
Last Version 0.2

io.bootique.flyway:bootique-flyway-example 0.1

Example project for show usage and testing of flyway applications.

Categories

Categories

Flyway Data Databases Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.flyway
ArtifactId

ArtifactId

bootique-flyway-example
Version

Version

0.1
Type

Type

jar

Download bootique-flyway-example 0.1


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