koauth-sync


License

License

GroupId

GroupId

com.hunorkovacs
ArtifactId

ArtifactId

koauth-sync_2.11
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

koauth-sync
koauth-sync
Project URL

Project URL

https://github.com/kovacshuni/koauth-sync
Project Organization

Project Organization

com.hunorkovacs
Source Code Management

Source Code Management

https://github.com/kovacshuni/koauth-sync

Download koauth-sync_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.hunorkovacs/koauth-sync_2.11/ -->
<dependency>
    <groupId>com.hunorkovacs</groupId>
    <artifactId>koauth-sync_2.11</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hunorkovacs/koauth-sync_2.11/
implementation 'com.hunorkovacs:koauth-sync_2.11:1.1.0'
// https://jarcasting.com/artifacts/com.hunorkovacs/koauth-sync_2.11/
implementation ("com.hunorkovacs:koauth-sync_2.11:1.1.0")
'com.hunorkovacs:koauth-sync_2.11:jar:1.1.0'
<dependency org="com.hunorkovacs" name="koauth-sync_2.11" rev="1.1.0">
  <artifact name="koauth-sync_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hunorkovacs', module='koauth-sync_2.11', version='1.1.0')
)
libraryDependencies += "com.hunorkovacs" % "koauth-sync_2.11" % "1.1.0"
[com.hunorkovacs/koauth-sync_2.11 "1.1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.1
com.typesafe.akka : akka-actor_2.11 jar 2.3.4
org.slf4j : slf4j-api jar 1.7.7
com.hunorkovacs : koauth_2.11 jar 1.1.0

Project Modules

There are no modules declared in this project.

KOAuth Sync - OAuth 1.0a Provider & Consumer Library in Scala

Same as koauth but not in asynchronous mode. All the methods are sync calls. All outputs are direct types, not Futures.

This library aids calculations according to the OAuth 1.0a specifications for both HTTP server and client.

  • Provider library: Verifying and responding to HTTP requests according to specifications.
  • Consumer library: Complementing HTTP requests to be sent with OAuth parameters.

See the rest of the README in the original project.

<dependency>
    <groupId>com.hunorkovacs</groupId>
    <artifactId>koauth-sync_2.11</artifactId>
    <version>1.1.0</version>
</dependency>

or

resolvers += "Sonatype Releases" at "https://oss.sonatype.org/content/repositories/releases/"

libraryDependencies += "com.hunorkovacs" %% "koauth-sync" % "1.1.0"

Versions are matched to koauth's versions.

Hunor Kovács [email protected]
hunorkovacs.com
Licensed under the Apache License, Version 2.0 .

Versions

Version
1.1.0
1.0.0