tototoshi / play-flyway   1.2.2

GitHub

Flyway plugin for Play >= 2.1

Scala versions: 2.11 2.10

play-flyway 1.0.1


Group ID:
com.github.tototoshi
Artifact ID:
play-flyway_2.10
Version:
1.0.1
Release Date:
Jan 8, 2015
Licenses:

libraryDependencies += "com.github.tototoshi" %% "play-flyway" % "1.0.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.tototoshi::play-flyway:1.0.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.tototoshi::play-flyway:1.0.1"

Ammonite REPL

import $ivy.`com.github.tototoshi::play-flyway:1.0.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.tototoshi</groupId>
  <artifactId>play-flyway_2.10</artifactId>
  <version>1.0.1</version>
</dependency>

compile group: 'com.github.tototoshi', name: 'play-flyway_2.10', version: '1.0.1'