License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Flyway Data Databases |
GroupId | GroupIdcom.radcortez.flyway |
ArtifactId | ArtifactIdflyway-junit5-parent |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFlyway JUnit5 - Parent
Flyway JUnit5 Extension
|
Filename | Size |
---|---|
flyway-junit5-parent-1.3.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-parent/ -->
<dependency>
<groupId>com.radcortez.flyway</groupId>
<artifactId>flyway-junit5-parent</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-parent/
implementation 'com.radcortez.flyway:flyway-junit5-parent:1.3.0'
// https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-parent/
implementation ("com.radcortez.flyway:flyway-junit5-parent:1.3.0")
'com.radcortez.flyway:flyway-junit5-parent:pom:1.3.0'
<dependency org="com.radcortez.flyway" name="flyway-junit5-parent" rev="1.3.0">
<artifact name="flyway-junit5-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.radcortez.flyway', module='flyway-junit5-parent', version='1.3.0')
)
libraryDependencies += "com.radcortez.flyway" % "flyway-junit5-parent" % "1.3.0"
[com.radcortez.flyway/flyway-junit5-parent "1.3.0"]