Categories |
CategoriesFlyway Data Databases Bootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.flyway |
ArtifactId | ArtifactIdbootique-flyway |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
bootique-flyway-2.0.pom | |
bootique-flyway-2.0.jar | 17 KB |
bootique-flyway-2.0-sources.jar | 14 KB |
bootique-flyway-2.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway/ -->
<dependency>
<groupId>io.bootique.flyway</groupId>
<artifactId>bootique-flyway</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway/
implementation 'io.bootique.flyway:bootique-flyway:2.0'
// https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway/
implementation ("io.bootique.flyway:bootique-flyway:2.0")
'io.bootique.flyway:bootique-flyway:jar:2.0'
<dependency org="io.bootique.flyway" name="bootique-flyway" rev="2.0">
<artifact name="bootique-flyway" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.flyway', module='bootique-flyway', version='2.0')
)
libraryDependencies += "io.bootique.flyway" % "bootique-flyway" % "2.0"
[io.bootique.flyway/bootique-flyway "2.0"]