r

reming-json_2.11

An AST-free Scala library for JSON marshalling, based on spray-json
https://github.com/jkinkead/reming
Apache 2
com.github.jkinkead
Jesse Kinkead
Files download
File Operation
reming-json_2.11-0.0.9.jar download
reming-json_2.11-0.0.9.pom download
reming-json_2.11-0.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jkinkead</groupId>
  <artifactId>reming-json_2.11</artifactId>
  <version>0.0.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.jkinkead:reming-json_2.11:0.0.9'
Gradle Kotlin
implementation("com.github.jkinkead:reming-json_2.11:0.0.9")
Scala SBT
libraryDependencies += "com.github.jkinkead" % "reming-json_2.11" % "0.0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jkinkead', module='reming-json_2.11', version='0.0.9')
)
Apache Ivy
<dependency org="com.github.jkinkead" name="reming-json_2.11" rev="0.0.9" />
Leiningen
[com.github.jkinkead/reming-json_2.11 "0.0.9"]
Apache Buildr
'com.github.jkinkead:reming-json_2.11:jar:0.0.9'