Patch data type for Scala and shapeless
patchless-circe 1.0.0
Group ID:
io.github.jeremyrsmith
Artifact ID:
patchless-circe_2.11
Version:
1.0.0
Release Date:
Nov 28, 2016
Licenses:
libraryDependencies += "io.github.jeremyrsmith" %% "patchless-circe" % "1.0.0" resolvers += Resolver.bintrayRepo("jeremyrsmith", "maven")
ivy"io.github.jeremyrsmith::patchless-circe:1.0.0" MavenRepository("https://dl.bintray.com/jeremyrsmith/maven")
//> using dep "io.github.jeremyrsmith::patchless-circe:1.0.0"
import $ivy.`io.github.jeremyrsmith::patchless-circe:1.0.0` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray jeremyrsmith maven", "Some(https://dl.bintray.com/jeremyrsmith/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>io.github.jeremyrsmith</groupId> <artifactId>patchless-circe_2.11</artifactId> <version>1.0.0</version> </dependency>
compile group: 'io.github.jeremyrsmith', name: 'patchless-circe_2.11', version: '1.0.0'