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.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

se.mnord.scribe
ArtifactId

ArtifactId

scribe-java-bitbucket
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://github.com/nordvall/scribe-java-bitbucket
Source Code Management

Source Code Management

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

Download scribe-java-bitbucket

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scribe : scribe jar 1.3.7
commons-codec : commons-codec jar 1.4

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.1
org.mockito : mockito-core jar 2.0.31-beta

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.0.0