License |
License |
---|---|
Categories |
CategoriesFlyway Data Databases Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.flyway |
ArtifactId | ArtifactIdbootique-flyway |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-flyway: Flyway Integration with Bootique
Provides Flyway integration with Bootique.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-flyway-2.0.1.pom | |
bootique-flyway-2.0.1.jar | 16 KB |
bootique-flyway-2.0.1-sources.jar | 14 KB |
bootique-flyway-2.0.1-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway/ -->
<dependency>
<groupId>io.bootique.flyway</groupId>
<artifactId>bootique-flyway</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway/
implementation 'io.bootique.flyway:bootique-flyway:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway/
implementation ("io.bootique.flyway:bootique-flyway:2.0.1")
'io.bootique.flyway:bootique-flyway:jar:2.0.1'
<dependency org="io.bootique.flyway" name="bootique-flyway" rev="2.0.1">
<artifact name="bootique-flyway" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.flyway', module='bootique-flyway', version='2.0.1')
)
libraryDependencies += "io.bootique.flyway" % "bootique-flyway" % "2.0.1"
[io.bootique.flyway/bootique-flyway "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique | jar | 2.0.1 |
io.bootique.jdbc : bootique-jdbc | jar | 2.0.1 |
org.flywaydb : flyway-core | jar | 6.5.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 3.9.0 |
io.bootique : bootique-test | jar | 2.0.1 |
org.apache.derby : derby | jar | 10.14.1.0 |
io.bootique.jdbc : bootique-jdbc-test | jar | 2.0.1 |
io.bootique.jdbc : bootique-jdbc-tomcat | jar | 2.0.1 |
io.bootique.logback : bootique-logback | jar | 2.0.1 |