MVN

org.bitbucket.dpenkin : bitbucket-cloud-rest-client

Maven & Gradle

Aug 20, 2019

Bitbucket Cloud REST Client · Type safe REST client for Bitbucket Cloud

<dependency>
    <groupId>org.bitbucket.dpenkin</groupId>
    <artifactId>bitbucket-cloud-rest-client</artifactId>
    <version>4.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.dpenkin : bitbucket-cloud-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.3

All Versions

Choose a version of org.bitbucket.dpenkin : bitbucket-cloud-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
bitbucket-cloud-rest-client-4.0.3
bitbucket-cloud-rest-client-4.0.2
bitbucket-cloud-rest-client-4.0.1
bitbucket-cloud-rest-client-4.0.0
3.0.x
bitbucket-cloud-rest-client-3.0.0
bitbucket-cloud-rest-client-3.0.0-b6
bitbucket-cloud-rest-client-3.0.0-b5
bitbucket-cloud-rest-client-3.0.0-b4
bitbucket-cloud-rest-client-3.0.0-b3
bitbucket-cloud-rest-client-3.0.0-b2
bitbucket-cloud-rest-client-3.0.0-b1
2.1.x
bitbucket-cloud-rest-client-2.1.2
bitbucket-cloud-rest-client-2.1.1
bitbucket-cloud-rest-client-2.1.0
2.0.x
bitbucket-cloud-rest-client-2.0.2
bitbucket-cloud-rest-client-2.0.1
bitbucket-cloud-rest-client-2.0.0
1.0.x
bitbucket-cloud-rest-client-1.0.0
0.1.x
bitbucket-cloud-rest-client-0.1.0
0.0.x
bitbucket-cloud-rest-client-0.0.2
bitbucket-cloud-rest-client-0.0.1

How to add a dependency to Maven

Add the following org.bitbucket.dpenkin : bitbucket-cloud-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.dpenkin</groupId>
    <artifactId>bitbucket-cloud-rest-client</artifactId>
    <version>4.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.dpenkin : bitbucket-cloud-rest-client gradle dependency to your build.gradle file:

implementation 'org.bitbucket.dpenkin:bitbucket-cloud-rest-client:4.0.3'

Gradle Kotlin DSL: Add the following org.bitbucket.dpenkin : bitbucket-cloud-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.dpenkin:bitbucket-cloud-rest-client:4.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.dpenkin : bitbucket-cloud-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.dpenkin" % "bitbucket-cloud-rest-client" % "4.0.3"