File | Operation |
---|---|
flyway-junit5-release-2.0.0.pom | download |
<dependency>
<groupId>com.radcortez.flyway</groupId>
<artifactId>flyway-junit5-release</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.radcortez.flyway', module='flyway-junit5-release', version='2.0.0')
)
<parent> <groupId>com.radcortez.flyway</groupId> <artifactId>flyway-junit5-parent</artifactId> <version>2.0.0</version> </parent>