Bitbucket Client

A Bitbucket Cloud REST APIs client

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.nfalco79
ArtifactId

ArtifactId

bitbucket-rest-client
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Bitbucket Client
A Bitbucket Cloud REST APIs client
Project URL

Project URL

https://github.com/nfalco79/bitbucket-rest-client
Source Code Management

Source Code Management

https://github.com/nfalco79/bitbucket-rest-client

Download bitbucket-rest-client

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.nfalco79/bitbucket-rest-client/ -->
<dependency>
    <groupId>com.github.nfalco79</groupId>
    <artifactId>bitbucket-rest-client</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfalco79/bitbucket-rest-client/
implementation 'com.github.nfalco79:bitbucket-rest-client:1.0.1'
// https://jarcasting.com/artifacts/com.github.nfalco79/bitbucket-rest-client/
implementation ("com.github.nfalco79:bitbucket-rest-client:1.0.1")
'com.github.nfalco79:bitbucket-rest-client:jar:1.0.1'
<dependency org="com.github.nfalco79" name="bitbucket-rest-client" rev="1.0.1">
  <artifact name="bitbucket-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='bitbucket-rest-client', version='1.0.1')
)
libraryDependencies += "com.github.nfalco79" % "bitbucket-rest-client" % "1.0.1"
[com.github.nfalco79/bitbucket-rest-client "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.httpcomponents.client5 : httpclient5 jar 5.1.3
com.damnhandy : handy-uri-templates jar 2.1.8
com.fasterxml.jackson.core : jackson-databind jar 2.13.1

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-jdk14 jar 1.7.25
junit : junit jar 4.12
org.mockito : mockito-core jar 3.8.0
org.assertj : assertj-core jar 3.12.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0