play-json-value-format

Utility for treating value classes as raw values for play-json.

License

License

Categories

Categories

JSON Data ORM
GroupId

GroupId

com.nthportal
ArtifactId

ArtifactId

play-json-value-format_2.12
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

play-json-value-format
Utility for treating value classes as raw values for play-json.
Project URL

Project URL

https://github.com/NthPortal/play-json-value-format
Project Organization

Project Organization

com.nthportal
Source Code Management

Source Code Management

https://github.com/NthPortal/play-json-value-format

Download play-json-value-format_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.nthportal/play-json-value-format_2.12/ -->
<dependency>
    <groupId>com.nthportal</groupId>
    <artifactId>play-json-value-format_2.12</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nthportal/play-json-value-format_2.12/
implementation 'com.nthportal:play-json-value-format_2.12:0.2.0'
// https://jarcasting.com/artifacts/com.nthportal/play-json-value-format_2.12/
implementation ("com.nthportal:play-json-value-format_2.12:0.2.0")
'com.nthportal:play-json-value-format_2.12:jar:0.2.0'
<dependency org="com.nthportal" name="play-json-value-format_2.12" rev="0.2.0">
  <artifact name="play-json-value-format_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nthportal', module='play-json-value-format_2.12', version='0.2.0')
)
libraryDependencies += "com.nthportal" % "play-json-value-format_2.12" % "0.2.0"
[com.nthportal/play-json-value-format_2.12 "0.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.2
com.typesafe.play : play-json_2.12 jar 2.6.0

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar [3.0.1,3.0.2),[3.0.10,3.0.20),[3.0.100,3.0.200),[3.0.1000,3.0.2000),[3.0.10000,3.0.20000)

Project Modules

There are no modules declared in this project.

play-json-value-format

Utility for treating value classes as raw values for play-json

Build Status Coverage Status Maven Central Versioning Docs

Add as a Dependency

SBT

"com.nthportal" %% "play-json-value-format" % "0.2.0"

Maven

<dependency>
  <groupId>com.nthportal</groupId>
  <artifactId>play-json-value-format_2.12</artifactId>
  <version>0.2.0</version>
</dependency>

Versions

Version
0.2.0
0.1.0