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