ddth / plommon   0.4.5

MIT License GitHub

Play! Framework 2.x module: Common libraries

Scala versions: 2.10

play-module-plommon 0.5.1.2


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

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.github.ddth::play-module-plommon:0.5.1.2`
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.5.1.2</version>
</dependency>

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