s

sjson-new-murmurhash_2.12

A Scala library for JSON (de)serialization
https://github.com/eed3si9n/sjson-new
Apache 2
eed3si9n
Eugene Yokota
Files download
File Operation
sjson-new-murmurhash_2.12-0.8.0.jar download
sjson-new-murmurhash_2.12-0.8.0.pom download
sjson-new-murmurhash_2.12-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.eed3si9n</groupId>
  <artifactId>sjson-new-murmurhash_2.12</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'com.eed3si9n:sjson-new-murmurhash_2.12:0.8.0'
Gradle Kotlin
implementation("com.eed3si9n:sjson-new-murmurhash_2.12:0.8.0")
Scala SBT
libraryDependencies += "com.eed3si9n" % "sjson-new-murmurhash_2.12" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.eed3si9n', module='sjson-new-murmurhash_2.12', version='0.8.0')
)
Apache Ivy
<dependency org="com.eed3si9n" name="sjson-new-murmurhash_2.12" rev="0.8.0" />
Leiningen
[com.eed3si9n/sjson-new-murmurhash_2.12 "0.8.0"]
Apache Buildr
'com.eed3si9n:sjson-new-murmurhash_2.12:jar:0.8.0'