is not current version
Last Version 0.2.1

com.aliction:bitbucket-client 0.2.0

Java Implementation to Bitbucket REST API

Categories

Categories

CLI User Interface
GroupId

GroupId

com.aliction
ArtifactId

ArtifactId

bitbucket-client
Version

Version

0.2.0
Type

Type

jar

Download bitbucket-client 0.2.0


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