ddth / plommon   0.4.5

MIT License GitHub

Play! Framework 2.x module: Common libraries

Scala versions: 2.10

play-module-plommon 0.4.7


Group ID:
com.github.ddth
Artifact ID:
play-module-plommon_2.10
Version:
0.4.7
Release Date:
Oct 29, 2014
Licenses:
MIT

libraryDependencies += "com.github.ddth" %% "play-module-plommon" % "0.4.7"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.ddth::play-module-plommon:0.4.7"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.ddth::play-module-plommon:0.4.7"

Ammonite REPL

import $ivy.`com.github.ddth::play-module-plommon:0.4.7`
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.ddth</groupId>
  <artifactId>play-module-plommon_2.10</artifactId>
  <version>0.4.7</version>
</dependency>

compile group: 'com.github.ddth', name: 'play-module-plommon_2.10', version: '0.4.7'