License |
License |
---|---|
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIdjoauth |
Last Version | Last Version6.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJOAuth
A Java library for authenticating HTTP requests using OAuth
|
Project URL |
Project URL |
Filename | Size |
---|---|
joauth-6.0.3.pom | |
joauth-6.0.3.jar | 206 KB |
joauth-6.0.3-sources.jar | 1 KB |
joauth-6.0.3-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/joauth/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>joauth</artifactId>
<version>6.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/joauth/
implementation 'com.twitter:joauth:6.0.3'
// https://jarcasting.com/artifacts/com.twitter/joauth/
implementation ("com.twitter:joauth:6.0.3")
'com.twitter:joauth:jar:6.0.3'
<dependency org="com.twitter" name="joauth" rev="6.0.3">
<artifact name="joauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='joauth', version='6.0.3')
)
libraryDependencies += "com.twitter" % "joauth" % "6.0.3"
[com.twitter/joauth "6.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 15.0 |
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.6 |
org.scala-tools.testing : specs_2.10 | jar | 1.6.9 |
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |