Last Version

Bitbucket REST Client 4.0.3

Type safe REST clients for Bitbucket Cloud and Bitbucket Server

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.bitbucket.dpenkin
ArtifactId

ArtifactId

bitbucket-rest-client-parent
Version

Version

4.0.3
Type

Type

pom
Description

Description

Bitbucket REST Client
Type safe REST clients for Bitbucket Cloud and Bitbucket Server
Project URL

Project URL

https://bitbucket.org/dpenkin/bitbucket-rest-client
Source Code Management

Source Code Management

https://bitbucket.org/dpenkin/bitbucket-rest-client

Download bitbucket-rest-client-parent 4.0.3


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • cloud
  • server
  • common
  • test-util