Categories |
CategoriesJUnit Unit Testing Flyway Data Databases |
---|---|
GroupId | GroupIdcom.radcortez.flyway |
ArtifactId | ArtifactIdflyway-junit5-spring |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-spring/ -->
<dependency>
<groupId>com.radcortez.flyway</groupId>
<artifactId>flyway-junit5-spring</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-spring/
implementation 'com.radcortez.flyway:flyway-junit5-spring:1.0.0'
// https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-spring/
implementation ("com.radcortez.flyway:flyway-junit5-spring:1.0.0")
'com.radcortez.flyway:flyway-junit5-spring:jar:1.0.0'
<dependency org="com.radcortez.flyway" name="flyway-junit5-spring" rev="1.0.0">
<artifact name="flyway-junit5-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.radcortez.flyway', module='flyway-junit5-spring', version='1.0.0')
)
libraryDependencies += "com.radcortez.flyway" % "flyway-junit5-spring" % "1.0.0"
[com.radcortez.flyway/flyway-junit5-spring "1.0.0"]