License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdse.mnord.scribe |
ArtifactId | ArtifactIdscribe-java-bitbucket |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionScribe 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 |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.scribe : scribe | jar | 1.3.7 |
commons-codec : commons-codec | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.mockito : mockito-core | jar | 2.0.31-beta |