b

bitbucket-rest-client

A Bitbucket Cloud REST APIs client
https://github.com/nfalco79/bitbucket-rest-client
Files download
File Operation
bitbucket-rest-client-2.1.0.jar download
bitbucket-rest-client-2.1.0.pom download
bitbucket-rest-client-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>bitbucket-rest-client</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:bitbucket-rest-client:2.1.0'
Gradle Kotlin
implementation("com.github.nfalco79:bitbucket-rest-client:2.1.0")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "bitbucket-rest-client" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='bitbucket-rest-client', version='2.1.0')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="bitbucket-rest-client" rev="2.1.0" />
Leiningen
[com.github.nfalco79/bitbucket-rest-client "2.1.0"]
Apache Buildr
'com.github.nfalco79:bitbucket-rest-client:jar:2.1.0'