Skip to content

cchantep/Reactivemongo-Play-Json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactiveMongo Support for Play JSON

This is a JSON serialization pack for ReactiveMongo, based on the JSON library of Play! Framework.

Usage

In your project/Build.scala:

// only for Play 2.4.x
libraryDependencies ++= Seq(
  "org.reactivemongo" %% "reactivemongo-play-json" % "0.11.9")

Maven Central

Build manually

ReactiveMongo for Play2 can be built from this source repository.

sbt publish-local

To run the tests, use:

sbt test

Travis: Travis build status

As for Play Framework 2.4, a JDK 1.8+ is required to build this plugin.

Learn More

About

Play JSON support for ReactiveMongo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages