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.2.3.jar download
bitbucket-rest-client-2.2.3.pom download
bitbucket-rest-client-2.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>bitbucket-rest-client</artifactId>
  <version>2.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:bitbucket-rest-client:2.2.3'
Gradle Kotlin
implementation("com.github.nfalco79:bitbucket-rest-client:2.2.3")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "bitbucket-rest-client" % "2.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='bitbucket-rest-client', version='2.2.3')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="bitbucket-rest-client" rev="2.2.3" />
Leiningen
[com.github.nfalco79/bitbucket-rest-client "2.2.3"]
Apache Buildr
'com.github.nfalco79:bitbucket-rest-client:jar:2.2.3'