License |
License |
---|---|
Categories |
CategoriesFlyway Data Databases Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.flyway |
ArtifactId | ArtifactIdbootique-flyway-parent |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbootique-flyway-parent: Parent of Flyway/Bootique integration
Parent POM of Bootique Flyway module.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootique-flyway-parent-2.0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway-parent/ -->
<dependency>
<groupId>io.bootique.flyway</groupId>
<artifactId>bootique-flyway-parent</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway-parent/
implementation 'io.bootique.flyway:bootique-flyway-parent:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway-parent/
implementation ("io.bootique.flyway:bootique-flyway-parent:2.0.1")
'io.bootique.flyway:bootique-flyway-parent:pom:2.0.1'
<dependency org="io.bootique.flyway" name="bootique-flyway-parent" rev="2.0.1">
<artifact name="bootique-flyway-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique.flyway', module='bootique-flyway-parent', version='2.0.1')
)
libraryDependencies += "io.bootique.flyway" % "bootique-flyway-parent" % "2.0.1"
[io.bootique.flyway/bootique-flyway-parent "2.0.1"]