Build highly concurrent, distributed, and resilient message-driven applications on the JVM
akka-http-xml-experimental 2.4.2
Group ID:
com.typesafe.akka
Artifact ID:
akka-http-xml-experimental_2.11
Version:
2.4.2
Release Date:
Feb 17, 2016
Licenses:
libraryDependencies += "com.typesafe.akka" %% "akka-http-xml-experimental" % "2.4.2" resolvers += Resolver.bintrayJCenter
ivy"com.typesafe.akka::akka-http-xml-experimental:2.4.2" MavenRepository("https://jcenter.bintray.com")
//> using dep "com.typesafe.akka::akka-http-xml-experimental:2.4.2"
import $ivy.`com.typesafe.akka::akka-http-xml-experimental:2.4.2` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray's JCenter", "Some(https://jcenter.bintray.com)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-http-xml-experimental_2.11</artifactId> <version>2.4.2</version> </dependency>
compile group: 'com.typesafe.akka', name: 'akka-http-xml-experimental_2.11', version: '2.4.2'