scalacenter / scaladex-not-found   1.1.0

GitHub
Scala versions: 2.12 2.11 2.10
Scala.js versions: 0.6
sbt plugins: 1.0 0.13

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")

Mill build tool

ivy"com.github.TanUkkii007::akka-http-oauth2-core:0.0.4"
MavenRepository("https://dl.bintray.com/tanukkii007/maven")

Scala CLI

//> using dep "com.github.TanUkkii007::akka-http-oauth2-core:0.0.4"

Ammonite REPL

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'