MVN

name.mlopatkin.bitbucket : name.mlopatkin.bitbucket.gradle.plugin

Maven & Gradle

Apr 13, 2022

Bitbucket API Gradle Plugin · A Gradle plugin to work with the Bitbucket Cloud API.

<dependency>
    <groupId>name.mlopatkin.bitbucket</groupId>
    <artifactId>name.mlopatkin.bitbucket.gradle.plugin</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of name.mlopatkin.bitbucket : name.mlopatkin.bitbucket.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5
  • Latest Release Candidate: 0.5-rc4

All Versions

Choose a version of name.mlopatkin.bitbucket : name.mlopatkin.bitbucket.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5
name.mlopatkin.bitbucket.gradle.plugin-0.5
name.mlopatkin.bitbucket.gradle.plugin-0.5-rc4
name.mlopatkin.bitbucket.gradle.plugin-0.5-rc3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>name.mlopatkin.bitbucket</groupId>
    <artifactId>name.mlopatkin.bitbucket.gradle.plugin</artifactId>
    <version>0.5</version>
</dependency>