Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.29 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.29 KB

Jerkson for Scala 2.10

Jerkson has only been published for Scala versions as high as 2.9.1.

Differences from upstream Jerkson

Install

  • This version of Jerkson is hosted on Maven Central.

  • From sbt:

    libraryDependencies += "com.cloudphysics %% "jerkson" % "0.6.1"
  • From Maven:

    <dependency>
      <groupId>com.cloudphysics</groupId>
      <artifactId>jerkson_2.10</artifactId>
      <version>0.6.1</version>
    </dependency>

Build

$ cd jerkson
$ sbt compile

Future plans

Jerkson is legacy. We won't do any further work except providing the 2.10 jars. We suggest you switch to one of the many excellent Scala Json libraries.

Contact

opensource@cloudphysics.com