Skip to content

cphylabs/jerkson

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Jerkson compiled for Scala 2.10

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 99.4%
  • Java 0.6%