akka-http-spray-json 10.1.1+2-405c9ef4
Group ID:
com.typesafe.akka
Artifact ID:
akka-http-spray-json_2.12
Version:
10.1.1+2-405c9ef4
Release Date:
Apr 3, 2018
Licenses:
libraryDependencies += "com.typesafe.akka" %% "akka-http-spray-json" % "10.1.1+2-405c9ef4" resolvers += Resolver.bintrayRepo("akka", "maven")
ivy"com.typesafe.akka::akka-http-spray-json:10.1.1+2-405c9ef4" MavenRepository("https://dl.bintray.com/akka/maven")
//> using dep "com.typesafe.akka::akka-http-spray-json:10.1.1+2-405c9ef4"
import $ivy.`com.typesafe.akka::akka-http-spray-json:10.1.1+2-405c9ef4` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray akka maven", "Some(https://dl.bintray.com/akka/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-http-spray-json_2.12</artifactId> <version>10.1.1+2-405c9ef4</version> </dependency>
compile group: 'com.typesafe.akka', name: 'akka-http-spray-json_2.12', version: '10.1.1+2-405c9ef4'