akka-http-xml 10.1.0-RC1+18-2c81cc9d
Group ID:
     com.typesafe.akka 
  Artifact ID:
     akka-http-xml_2.12 
  Version:
     10.1.0-RC1+18-2c81cc9d 
  Release Date:
     Jan 7, 2018 
  Licenses:
    
  libraryDependencies += "com.typesafe.akka" %% "akka-http-xml" % "10.1.0-RC1+18-2c81cc9d"
resolvers += Resolver.bintrayRepo("akka", "snapshots")
          
        ivy"com.typesafe.akka::akka-http-xml:10.1.0-RC1+18-2c81cc9d"
MavenRepository("https://dl.bintray.com/akka/snapshots")
          
        //> using dep "com.typesafe.akka::akka-http-xml:10.1.0-RC1+18-2c81cc9d"
import $ivy.`com.typesafe.akka::akka-http-xml:10.1.0-RC1+18-2c81cc9d` 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+18-2c81cc9d</version> </dependency>
compile group: 'com.typesafe.akka', name: 'akka-http-xml_2.12', version: '10.1.0-RC1+18-2c81cc9d'