akka-http-xml 10.1.0-RC1+17-0df24891


Group ID:
com.typesafe.akka
Artifact ID:
akka-http-xml_2.12
Version:
10.1.0-RC1+17-0df24891
Release Date:
Jan 3, 2018
Licenses:

libraryDependencies += "com.typesafe.akka" %% "akka-http-xml" % "10.1.0-RC1+17-0df24891"
resolvers += Resolver.bintrayRepo("akka", "snapshots")

Mill build tool

ivy"com.typesafe.akka::akka-http-xml:10.1.0-RC1+17-0df24891"
MavenRepository("https://dl.bintray.com/akka/snapshots")

Scala CLI

//> using dep "com.typesafe.akka::akka-http-xml:10.1.0-RC1+17-0df24891"

Ammonite REPL

import $ivy.`com.typesafe.akka::akka-http-xml:10.1.0-RC1+17-0df24891`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray akka snapshots",
  "Some(https://dl.bintray.com/akka/snapshots)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-http-xml_2.12</artifactId>
  <version>10.1.0-RC1+17-0df24891</version>
</dependency>

compile group: 'com.typesafe.akka', name: 'akka-http-xml_2.12', version: '10.1.0-RC1+17-0df24891'