akka-http-oauth2-testkit 0.0.1
Group ID:
com.github.TanUkkii007
Artifact ID:
akka-http-oauth2-testkit_2.12
Version:
0.0.1
Release Date:
Jun 5, 2017
Licenses:
libraryDependencies += "com.github.TanUkkii007" %% "akka-http-oauth2-testkit" % "0.0.1" resolvers += Resolver.bintrayRepo("tanukkii007", "maven")
ivy"com.github.TanUkkii007::akka-http-oauth2-testkit:0.0.1" MavenRepository("https://dl.bintray.com/tanukkii007/maven")
//> using dep "com.github.TanUkkii007::akka-http-oauth2-testkit:0.0.1"
import $ivy.`com.github.TanUkkii007::akka-http-oauth2-testkit:0.0.1` 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.1</version> </dependency>
compile group: 'com.github.TanUkkii007', name: 'akka-http-oauth2-testkit_2.12', version: '0.0.1'