Last Version

oauth-signpost 2.1.1

A simple, light-weight, and modular OAuth client library for the Java platform.

License

License

GroupId

GroupId

oauth.signpost
ArtifactId

ArtifactId

oauth-signpost
Version

Version

2.1.1
Type

Type

jar
Description

Description

oauth-signpost
A simple, light-weight, and modular OAuth client library for the Java platform.
Project URL

Project URL

https://github.com/mttkay/signpost/releases
Source Code Management

Source Code Management

https://github.com/mttkay/signpost

Download oauth-signpost 2.1.1


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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.5
org.mockito : mockito-core jar 1.9.0

Project Modules

  • signpost-core
  • signpost-commonshttp3
  • signpost-commonshttp4
  • signpost-jetty6