kondaurov-scala / json 0.0.1
GitHub
Scala versions:
2.12
json4s 0.0.1
Group ID:
com.github.kondaurovdev
Artifact ID:
json4s_2.12
Version:
0.0.1
Release Date:
Sep 15, 2018
Licenses:
libraryDependencies += "com.github.kondaurovdev" %% "json4s" % "0.0.1" resolvers += Resolver.bintrayRepo("kondaurovdev", "maven")
ivy"com.github.kondaurovdev::json4s:0.0.1" MavenRepository("https://dl.bintray.com/kondaurovdev/maven")
//> using dep "com.github.kondaurovdev::json4s:0.0.1"
import $ivy.`com.github.kondaurovdev::json4s:0.0.1` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray kondaurovdev maven", "Some(https://dl.bintray.com/kondaurovdev/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.github.kondaurovdev</groupId> <artifactId>json4s_2.12</artifactId> <version>0.0.1</version> </dependency>
compile group: 'com.github.kondaurovdev', name: 'json4s_2.12', version: '0.0.1'