License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Flyway Data Databases |
GroupId | GroupIdcom.radcortez.flyway |
ArtifactId | ArtifactIdflyway-junit5-extension |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlyway JUnit5 - Extension
Flyway JUnit5 Extension
|
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.flywaydb : flyway-core | jar | 8.2.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
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 |