| Categories |
CategoriesFlyway Data Databases |
|---|---|
| GroupId | GroupIdcom.github.tototoshi |
| ArtifactId | ArtifactIdplay-flyway_2.10 |
| Version | Version0.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| play-flyway_2.10-0.1.3.pom | |
| play-flyway_2.10-0.1.3.jar | 44 KB |
| play-flyway_2.10-0.1.3-sources.jar | 7 KB |
| play-flyway_2.10-0.1.3-javadoc.jar | 372 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tototoshi/play-flyway_2.10/ -->
<dependency>
<groupId>com.github.tototoshi</groupId>
<artifactId>play-flyway_2.10</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tototoshi/play-flyway_2.10/
implementation 'com.github.tototoshi:play-flyway_2.10:0.1.3'
// https://jarcasting.com/artifacts/com.github.tototoshi/play-flyway_2.10/
implementation ("com.github.tototoshi:play-flyway_2.10:0.1.3")
'com.github.tototoshi:play-flyway_2.10:jar:0.1.3'
<dependency org="com.github.tototoshi" name="play-flyway_2.10" rev="0.1.3">
<artifact name="play-flyway_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tototoshi', module='play-flyway_2.10', version='0.1.3')
)
libraryDependencies += "com.github.tototoshi" % "play-flyway_2.10" % "0.1.3"
[com.github.tototoshi/play-flyway_2.10 "0.1.3"]