kovacshuni / koauth   2.1.0

Apache License 2.0 GitHub

:closed_lock_with_key: OAuth 1.0a provider and consumer library for Scala & Java, storage independent/pluggable, async/reactive, designed to be used within a completely RESTful API.

Scala versions: 2.13 2.12 2.11 2.10

koauth-sync 1.0.0


Group ID:
com.hunorkovacs
Artifact ID:
koauth-sync_2.10
Version:
1.0.0
Release Date:
May 23, 2015
Licenses:

libraryDependencies += "com.hunorkovacs" %% "koauth-sync" % "1.0.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.hunorkovacs::koauth-sync:1.0.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.hunorkovacs::koauth-sync:1.0.0"

Ammonite REPL

import $ivy.`com.hunorkovacs::koauth-sync:1.0.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.hunorkovacs</groupId>
  <artifactId>koauth-sync_2.10</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.hunorkovacs', name: 'koauth-sync_2.10', version: '1.0.0'