Categories |
CategoriesJUnit Unit Testing Flyway Data Databases |
---|---|
GroupId | GroupIdcom.radcortez.flyway |
ArtifactId | ArtifactIdflyway-junit5-examples |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
flyway-junit5-examples-1.1.0.pom | 642 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-examples/ -->
<dependency>
<groupId>com.radcortez.flyway</groupId>
<artifactId>flyway-junit5-examples</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-examples/
implementation 'com.radcortez.flyway:flyway-junit5-examples:1.1.0'
// https://jarcasting.com/artifacts/com.radcortez.flyway/flyway-junit5-examples/
implementation ("com.radcortez.flyway:flyway-junit5-examples:1.1.0")
'com.radcortez.flyway:flyway-junit5-examples:pom:1.1.0'
<dependency org="com.radcortez.flyway" name="flyway-junit5-examples" rev="1.1.0">
<artifact name="flyway-junit5-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.radcortez.flyway', module='flyway-junit5-examples', version='1.1.0')
)
libraryDependencies += "com.radcortez.flyway" % "flyway-junit5-examples" % "1.1.0"
[com.radcortez.flyway/flyway-junit5-examples "1.1.0"]