Scribe OAuth Bitbucket

This package adds Bitbucket support for Scribe OAuth Library. It makes it possible to request OAuth tokens and make authenticated api calls to Bitbucket, using a Scribe Api class and an extended OAuth service class.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

se.mnord.scribe
Идентификатор

Идентификатор

scribe-java-bitbucket
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Scribe OAuth Bitbucket
This package adds Bitbucket support for Scribe OAuth Library. It makes it possible to request OAuth tokens and make authenticated api calls to Bitbucket, using a Scribe Api class and an extended OAuth service class.
Ссылка на сайт

Ссылка на сайт

http://github.com/nordvall/scribe-java-bitbucket
Система контроля версий

Система контроля версий

https://github.com/nordvall/scribe-java-bitbucket

Скачать scribe-java-bitbucket

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.scribe : scribe jar 1.3.7
commons-codec : commons-codec jar 1.4

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.1
org.mockito : mockito-core jar 2.0.31-beta

Модули Проекта

Данный проект не имеет модулей.

scribe-java-bitbucket

These classes makes it possible to use Bitbucket API from Scribe, like this.

OAuthService service = new ServiceBuilder()
                                  .provider(BitbucketApi20.class)
                                  .apiKey(BITBUCKET_API_KEY)
                                  .apiSecret(BITBUCKET_API_SECRET)
                                  .build();

See the documentation for Scribe for more usage instructions.

The project is available from Maven Central:

<dependency>
    <groupId>se.mnord.scribe</groupId>
    <artifactId>scribe-java-bitbucket</artifactId>
    <version>1.0.0</version>
</dependency>

Версии библиотеки

Версия
1.0.0