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