d

dispatch-oauth_2.9.0-1

OAuth 1.0a signing for Dispatch requests
http://dispatch.databinder.net/
LGPL v3
net.databinder
Nathan Hamblen
Files download
File Operation
dispatch-oauth_2.9.0-1-0.8.8.jar download
dispatch-oauth_2.9.0-1-0.8.8.pom download
dispatch-oauth_2.9.0-1-0.8.8-sources.jar download
Apache Maven
<dependency>
  <groupId>net.databinder</groupId>
  <artifactId>dispatch-oauth_2.9.0-1</artifactId>
  <version>0.8.8</version>
</dependency>
Gradle Groovy
implementation 'net.databinder:dispatch-oauth_2.9.0-1:0.8.8'
Gradle Kotlin
implementation("net.databinder:dispatch-oauth_2.9.0-1:0.8.8")
Scala SBT
libraryDependencies += "net.databinder" % "dispatch-oauth_2.9.0-1" % "0.8.8"
Groovy Grape
@Grapes(
  @Grab(group='net.databinder', module='dispatch-oauth_2.9.0-1', version='0.8.8')
)
Apache Ivy
<dependency org="net.databinder" name="dispatch-oauth_2.9.0-1" rev="0.8.8" />
Leiningen
[net.databinder/dispatch-oauth_2.9.0-1 "0.8.8"]
Apache Buildr
'net.databinder:dispatch-oauth_2.9.0-1:jar:0.8.8'