com.wavesenterprise.sdk.flyway.starter.FlywaySchema.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of we-flyway-starter Show documentation
Show all versions of we-flyway-starter Show documentation
WE Node Client for Java/Kotlin
The newest version!
package com.wavesenterprise.sdk.flyway.starter
interface FlywaySchema {
fun getName(): String
fun getLocation(): String
}