MVN

se.bjurr.bitbucketcloud : bitbucket-cloud-java-rest-api

Maven & Gradle

Feb 02, 2020
1 usages
0 stars

bitbucket-cloud-java-rest-api · Rest client for Bitbucket CLoud

<dependency>
    <groupId>se.bjurr.bitbucketcloud</groupId>
    <artifactId>bitbucket-cloud-java-rest-api</artifactId>
    <version>1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.bjurr.bitbucketcloud : bitbucket-cloud-java-rest-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11

All Versions

Choose a version of se.bjurr.bitbucketcloud : bitbucket-cloud-java-rest-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11
bitbucket-cloud-java-rest-api-1.11
1.10
bitbucket-cloud-java-rest-api-1.10
1.9
bitbucket-cloud-java-rest-api-1.9
1.8
bitbucket-cloud-java-rest-api-1.8
1.7
bitbucket-cloud-java-rest-api-1.7
1.6
bitbucket-cloud-java-rest-api-1.6
1.5
bitbucket-cloud-java-rest-api-1.5
1.4
bitbucket-cloud-java-rest-api-1.4
1.3
bitbucket-cloud-java-rest-api-1.3
1.2
bitbucket-cloud-java-rest-api-1.2

How to add a dependency to Maven

Add the following se.bjurr.bitbucketcloud : bitbucket-cloud-java-rest-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.bjurr.bitbucketcloud</groupId>
    <artifactId>bitbucket-cloud-java-rest-api</artifactId>
    <version>1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.bjurr.bitbucketcloud : bitbucket-cloud-java-rest-api gradle dependency to your build.gradle file:

implementation 'se.bjurr.bitbucketcloud:bitbucket-cloud-java-rest-api:1.11'

Gradle Kotlin DSL: Add the following se.bjurr.bitbucketcloud : bitbucket-cloud-java-rest-api gradle kotlin dependency to your build.gradle.kts file:

implementation("se.bjurr.bitbucketcloud:bitbucket-cloud-java-rest-api:1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.bjurr.bitbucketcloud : bitbucket-cloud-java-rest-api sbt scala dependency to your build.sbt file:

libraryDependencies += "se.bjurr.bitbucketcloud" % "bitbucket-cloud-java-rest-api" % "1.11"

Advertisement