s

scribe-java-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
MIT License
Mattias Nordvall
文件下载
文件名 操作
scribe-java-bitbucket-1.0.0.jar 下载
scribe-java-bitbucket-1.0.0.pom 下载
scribe-java-bitbucket-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>se.mnord.scribe</groupId>
  <artifactId>scribe-java-bitbucket</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'se.mnord.scribe:scribe-java-bitbucket:1.0.0'
Gradle Kotlin
implementation("se.mnord.scribe:scribe-java-bitbucket:1.0.0")
Scala SBT
libraryDependencies += "se.mnord.scribe" % "scribe-java-bitbucket" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='se.mnord.scribe', module='scribe-java-bitbucket', version='1.0.0')
)
Apache Ivy
<dependency org="se.mnord.scribe" name="scribe-java-bitbucket" rev="1.0.0" />
Leiningen
[se.mnord.scribe/scribe-java-bitbucket "1.0.0"]
Apache Buildr
'se.mnord.scribe:scribe-java-bitbucket:jar:1.0.0'