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