License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices JUnit Unit Testing Flyway Data Databases |
GroupId | GroupIdcom.radcortez.flyway |
ArtifactId | ArtifactIdflyway-junit5-quarkus |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlyway JUnit5 - Examples - Quarkus
Flyway JUnit5 Extension
|
<!-- https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-quarkus/ -->
<dependency>
<groupId>com.radcortez.flyway</groupId>
<artifactId>flyway-junit5-quarkus</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-quarkus/
implementation 'com.radcortez.flyway:flyway-junit5-quarkus:1.3.0'
// https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-quarkus/
implementation ("com.radcortez.flyway:flyway-junit5-quarkus:1.3.0")
'com.radcortez.flyway:flyway-junit5-quarkus:jar:1.3.0'
<dependency org="com.radcortez.flyway" name="flyway-junit5-quarkus" rev="1.3.0">
<artifact name="flyway-junit5-quarkus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.radcortez.flyway', module='flyway-junit5-quarkus', version='1.3.0')
)
libraryDependencies += "com.radcortez.flyway" % "flyway-junit5-quarkus" % "1.3.0"
[com.radcortez.flyway/flyway-junit5-quarkus "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-resteasy | jar | |
io.quarkus : quarkus-resteasy-jackson | jar | |
io.quarkus : quarkus-hibernate-orm | jar | |
io.quarkus : quarkus-hibernate-orm-panache | jar | |
io.quarkus : quarkus-jdbc-postgresql | jar | |
io.rest-assured : rest-assured | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5 | jar | |
io.quarkus : quarkus-jdbc-h2 | jar | |
com.radcortez.flyway : flyway-junit5-extension | jar | 1.3.0 |