License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Flyway Data Databases |
GroupId | GroupIdcom.radcortez.flyway |
ArtifactId | ArtifactIdflyway-junit5-spring |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlyway JUnit5 - Examples - Spring
Flyway JUnit5 Extension
|
<!-- https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-spring/ -->
<dependency>
<groupId>com.radcortez.flyway</groupId>
<artifactId>flyway-junit5-spring</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-spring/
implementation 'com.radcortez.flyway:flyway-junit5-spring:1.3.0'
// https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-spring/
implementation ("com.radcortez.flyway:flyway-junit5-spring:1.3.0")
'com.radcortez.flyway:flyway-junit5-spring:jar:1.3.0'
<dependency org="com.radcortez.flyway" name="flyway-junit5-spring" rev="1.3.0">
<artifact name="flyway-junit5-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.radcortez.flyway', module='flyway-junit5-spring', version='1.3.0')
)
libraryDependencies += "com.radcortez.flyway" % "flyway-junit5-spring" % "1.3.0"
[com.radcortez.flyway/flyway-junit5-spring "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.200 |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.1 |
com.radcortez.flyway : flyway-junit5-extension | jar | 1.3.0 |