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