akka-http-oauth1 0.1.8
Group ID:
com.github.dafutils
Artifact ID:
akka-http-oauth1_2.12
Version:
0.1.8
Release Date:
Oct 24, 2017
Licenses:
libraryDependencies += "com.github.dafutils" %% "akka-http-oauth1" % "0.1.8" resolvers += Resolver.bintrayRepo("emildafinov", "maven")
ivy"com.github.dafutils::akka-http-oauth1:0.1.8" MavenRepository("https://dl.bintray.com/emildafinov/maven")
//> using dep "com.github.dafutils::akka-http-oauth1:0.1.8"
import $ivy.`com.github.dafutils::akka-http-oauth1:0.1.8` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray emildafinov maven", "Some(https://dl.bintray.com/emildafinov/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.github.dafutils</groupId> <artifactId>akka-http-oauth1_2.12</artifactId> <version>0.1.8</version> </dependency>
compile group: 'com.github.dafutils', name: 'akka-http-oauth1_2.12', version: '0.1.8'