malliina / play-base   0.4.0

GitHub

play framework helpers

Scala versions: 2.11 2.10

play-base 0.0.4


Group ID:
com.github.malliina
Artifact ID:
play-base_2.10
Version:
0.0.4
Release Date:
Oct 28, 2014
Licenses:

libraryDependencies += "com.github.malliina" %% "play-base" % "0.0.4"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.malliina::play-base:0.0.4"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.malliina::play-base:0.0.4"

Ammonite REPL

import $ivy.`com.github.malliina::play-base:0.0.4`
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.malliina</groupId>
  <artifactId>play-base_2.10</artifactId>
  <version>0.0.4</version>
</dependency>

compile group: 'com.github.malliina', name: 'play-base_2.10', version: '0.0.4'