Categories |
CategoriesFlyway Data Databases Bootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.flyway |
ArtifactId | ArtifactIdbootique-flyway |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
bootique-flyway-1.2.pom | |
bootique-flyway-1.2.jar | 15 KB |
bootique-flyway-1.2-sources.jar | 14 KB |
bootique-flyway-1.2-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>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway/
implementation 'io.bootique.flyway:bootique-flyway:1.2'
// https://jarcasting.com/artifacts/io.bootique.flyway/bootique-flyway/
implementation ("io.bootique.flyway:bootique-flyway:1.2")
'io.bootique.flyway:bootique-flyway:jar:1.2'
<dependency org="io.bootique.flyway" name="bootique-flyway" rev="1.2">
<artifact name="bootique-flyway" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.flyway', module='bootique-flyway', version='1.2')
)
libraryDependencies += "io.bootique.flyway" % "bootique-flyway" % "1.2"
[io.bootique.flyway/bootique-flyway "1.2"]