MVN

com.github.nfalco79 : bitbucket-rest-client

Maven & Gradle

Mar 08, 2023
1 usages
0 stars

Bitbucket Client · A Bitbucket Cloud REST APIs client

<dependency>
    <groupId>com.github.nfalco79</groupId>
    <artifactId>bitbucket-rest-client</artifactId>
    <version>2.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nfalco79 : bitbucket-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.2

All Versions

Choose a version of com.github.nfalco79 : bitbucket-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
bitbucket-rest-client-2.2.2
bitbucket-rest-client-2.2.1
bitbucket-rest-client-2.2.0
2.1.x
bitbucket-rest-client-2.1.0
2.0.x
bitbucket-rest-client-2.0.0
1.0.x
bitbucket-rest-client-1.0.1
bitbucket-rest-client-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.nfalco79</groupId>
    <artifactId>bitbucket-rest-client</artifactId>
    <version>2.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nfalco79 : bitbucket-rest-client gradle dependency to your build.gradle file:

implementation 'com.github.nfalco79:bitbucket-rest-client:2.2.2'

Gradle Kotlin DSL: Add the following com.github.nfalco79 : bitbucket-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nfalco79:bitbucket-rest-client:2.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nfalco79 : bitbucket-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nfalco79" % "bitbucket-rest-client" % "2.2.2"

Advertisement