MVN

pl.pkk82.test.ci : maven-bbp-mrp-oss

Maven & Gradle

May 28, 2017

CI with Maven / Bitbucket pipelines / maven-release-plugin / OSS Sonatype Nexus · Project showing how to release artifact to OSS Sonatype Nexus using Bitbucket Pipelines and maven release plugin

<dependency>
    <groupId>pl.pkk82.test.ci</groupId>
    <artifactId>maven-bbp-mrp-oss</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.pkk82.test.ci : maven-bbp-mrp-oss to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of pl.pkk82.test.ci : maven-bbp-mrp-oss to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
maven-bbp-mrp-oss-1.6
1.5
maven-bbp-mrp-oss-1.5
1.4
maven-bbp-mrp-oss-1.4
1.3
maven-bbp-mrp-oss-1.3
1.2
maven-bbp-mrp-oss-1.2
1.1
maven-bbp-mrp-oss-1.1
1.0
maven-bbp-mrp-oss-1.0

How to add a dependency to Maven

Add the following pl.pkk82.test.ci : maven-bbp-mrp-oss maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.pkk82.test.ci</groupId>
    <artifactId>maven-bbp-mrp-oss</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.pkk82.test.ci : maven-bbp-mrp-oss gradle dependency to your build.gradle file:

implementation 'pl.pkk82.test.ci:maven-bbp-mrp-oss:1.6'

Gradle Kotlin DSL: Add the following pl.pkk82.test.ci : maven-bbp-mrp-oss gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.pkk82.test.ci:maven-bbp-mrp-oss:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.pkk82.test.ci : maven-bbp-mrp-oss sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.pkk82.test.ci" % "maven-bbp-mrp-oss" % "1.6"