License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.nfalco79 |
ArtifactId | ArtifactIdbitbucket-rest-client |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBitbucket Client
A Bitbucket Cloud REST APIs client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bitbucket-rest-client-1.0.1.pom | |
bitbucket-rest-client-1.0.1.jar | 47 KB |
bitbucket-rest-client-1.0.1-sources.jar | 36 KB |
bitbucket-rest-client-1.0.1-javadoc.jar | 609 KB |
Browse |
<!-- 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"]
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 |
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 |