| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.twitter |
| Идентификатор | Идентификаторjoauth |
| Последняя версия | Последняя версия6.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJOAuth
A Java library for authenticating HTTP requests using OAuth
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 15.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |