play-module-plommon

Play framework 2.x module: common libaries and utilities

License

License

GroupId

GroupId

com.github.ddth
ArtifactId

ArtifactId

play-module-plommon_2.10
Last Version

Last Version

0.5.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

play-module-plommon
Play framework 2.x module: common libaries and utilities
Project URL

Project URL

https://github.com/DDTH/Plommon
Project Organization

Project Organization

DDTH on GitHub
Source Code Management

Source Code Management

https://github.com/DDTH/Plommon

Download play-module-plommon_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ddth/play-module-plommon_2.10/ -->
<dependency>
    <groupId>com.github.ddth</groupId>
    <artifactId>play-module-plommon_2.10</artifactId>
    <version>0.5.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/play-module-plommon_2.10/
implementation 'com.github.ddth:play-module-plommon_2.10:0.5.1.5'
// https://jarcasting.com/artifacts/com.github.ddth/play-module-plommon_2.10/
implementation ("com.github.ddth:play-module-plommon_2.10:0.5.1.5")
'com.github.ddth:play-module-plommon_2.10:jar:0.5.1.5'
<dependency org="com.github.ddth" name="play-module-plommon_2.10" rev="0.5.1.5">
  <artifact name="play-module-plommon_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='play-module-plommon_2.10', version='0.5.1.5')
)
libraryDependencies += "com.github.ddth" % "play-module-plommon_2.10" % "0.5.1.5"
[com.github.ddth/play-module-plommon_2.10 "0.5.1.5"]

Dependencies

compile (10)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.2
com.typesafe.play : play_2.10 jar 2.2.0
com.typesafe.play : play-java_2.10 jar 2.2.0
com.google.guava : guava jar 14.0
com.datastax.cassandra : cassandra-driver-core jar 2.0.1
org.springframework : spring-jdbc jar 3.2.4.RELEASE
com.github.ddth : ddth-commons jar 0.2.1.1
com.typesafe.play : play-java-jdbc_2.10 jar 2.2.0
com.typesafe.play : play-java-ebean_2.10 jar 2.2.0
com.typesafe.play : play-cache_2.10 jar 2.2.0

test (1)

Group / Artifact Type Version
com.typesafe.play : play-test_2.10 jar 2.2.0

Project Modules

There are no modules declared in this project.

play-module-plommon

Common utilities as a module for Play! Framework 2.x.

By Thanh Ba Nguyen (btnguyen2k (at) gmail.com)

Project home: https://github.com/DDTH/Plommon

Release-notes

Latest stable release: v0.5.1.5. See RELEASE-NOTES.md.

Installation

  • add "com.github.ddth" %% "play-module-plommon" % "<version>" to your dependencies (e.g. project/Build.scala):

Example:

val appDependencies = Seq(
  // Add your project dependencies here,
  "com.github.ddth" %% "play-module-plommon" % "0.5.1.5",
  javaCore,
  javaJdbc
)

Activate Plommon In Play Applications

Add the following line in play.plugins file:

1000:com.github.ddth.plommon.Activator

BO

BO/DAO library.

Utilities

Some utility classes.

License

Distributed under the MIT License. Copyright (c) 2013-2014 Thanh Ba Nguyen (aka btnguyen2k).

Third party libraries are distributed under their own license(s).

com.github.ddth

DDTH

Versions

Version
0.5.1.5
0.5.1.4
0.5.1.3
0.5.1.2
0.5.1.1
0.5.1
0.5.0
0.4.7
0.4.6
0.4.5
0.4.3
0.3.3
0.1.0