Play Utils

A small reusable pieces of code for Play Framework and Slick that will (hopefully) make your life easier.

License

License

Categories

Categories

Akka Container Microservices Reactive libraries
GroupId

GroupId

ru.makkarpov
ArtifactId

ArtifactId

play-utils_2.11
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Play Utils
A small reusable pieces of code for Play Framework and Slick that will (hopefully) make your life easier.
Project URL

Project URL

https://github.com/makkarpov/play-utils
Project Organization

Project Organization

Maxim Karpov
Source Code Management

Source Code Management

https://github.com/makkarpov/play-utils

Download play-utils_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/ru.makkarpov/play-utils_2.11/ -->
<dependency>
    <groupId>ru.makkarpov</groupId>
    <artifactId>play-utils_2.11</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.makkarpov/play-utils_2.11/
implementation 'ru.makkarpov:play-utils_2.11:0.1'
// https://jarcasting.com/artifacts/ru.makkarpov/play-utils_2.11/
implementation ("ru.makkarpov:play-utils_2.11:0.1")
'ru.makkarpov:play-utils_2.11:jar:0.1'
<dependency org="ru.makkarpov" name="play-utils_2.11" rev="0.1">
  <artifact name="play-utils_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.makkarpov', module='play-utils_2.11', version='0.1')
)
libraryDependencies += "ru.makkarpov" % "play-utils_2.11" % "0.1"
[ru.makkarpov/play-utils_2.11 "0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.typesafe.slick : slick_2.11 jar 3.2.0-M2
com.google.guava : guava jar 19.0

test (3)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.1
com.github.tminglei : slick-pg_2.11 jar 0.15.0-M3
org.slf4j : slf4j-simple jar 1.7.22

Project Modules

There are no modules declared in this project.

Play Utilities

A small reusable pieces of code for Play Framework and Slick that will (hopefully) make your life easier.

Currently supported features:

  • Plain Enumeration mapped to Ints;
  • BinaryFlags enumeration which is stored in database as Long or Int.
  • CIDRAddress for dealing with subnet prefixes & networks

Versions

Version
0.1