akka-http-oauth1 0.1.1


Group ID:
com.github.dafutils
Artifact ID:
akka-http-oauth1_2.12
Version:
0.1.1
Release Date:
Jul 31, 2017
Licenses:

libraryDependencies += "com.github.dafutils" %% "akka-http-oauth1" % "0.1.1"
resolvers += Resolver.bintrayRepo("emildafinov", "maven")

Mill build tool

ivy"com.github.dafutils::akka-http-oauth1:0.1.1"
MavenRepository("https://dl.bintray.com/emildafinov/maven")

Scala CLI

//> using dep "com.github.dafutils::akka-http-oauth1:0.1.1"

Ammonite REPL

import $ivy.`com.github.dafutils::akka-http-oauth1:0.1.1`
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.1</version>
</dependency>

compile group: 'com.github.dafutils', name: 'akka-http-oauth1_2.12', version: '0.1.1'