play-module-plommon

Play framework 2.x module: common libaries and utilities

Лицензия

Лицензия

Группа

Группа

com.github.ddth
Идентификатор

Идентификатор

play-module-plommon_2.10
Последняя версия

Последняя версия

0.5.1.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

play-module-plommon
Play framework 2.x module: common libaries and utilities
Ссылка на сайт

Ссылка на сайт

https://github.com/DDTH/Plommon
Организация-разработчик

Организация-разработчик

DDTH on GitHub
Система контроля версий

Система контроля версий

https://github.com/DDTH/Plommon

Скачать play-module-plommon_2.10

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
com.typesafe.play : play-test_2.10 jar 2.2.0

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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