Flyway JUnit5 - Extension

Flyway JUnit5 Extension

License

License

Categories

Categories

JUnit Unit Testing Flyway Data Databases
GroupId

GroupId

com.radcortez.flyway
ArtifactId

ArtifactId

flyway-junit5-extension
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Flyway JUnit5 - Extension
Flyway JUnit5 Extension

Download flyway-junit5-extension

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.flywaydb : flyway-core jar 8.2.0
org.junit.jupiter : junit-jupiter-api jar 5.8.2

test (9)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
com.h2database : h2 jar 1.4.200
org.postgresql : postgresql jar 42.3.1
org.jooq : jooq jar 3.15.5
org.testcontainers : testcontainers jar 1.16.2
org.testcontainers : junit-jupiter jar 1.16.2
org.testcontainers : jdbc jar 1.16.2
org.testcontainers : postgresql jar 1.16.2
org.slf4j : slf4j-jdk14 jar 1.7.32

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0