MVN

com.marvelution.bamboo.plugins : bamboo-sonar-common

Maven & Gradle

Oct 02, 2013

Bamboo Sonar Integration :: Common Module · Library holding common classes used by the Tasks and Web Modules

<dependency>
    <groupId>com.marvelution.bamboo.plugins</groupId>
    <artifactId>bamboo-sonar-common</artifactId>
    <version>1.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.marvelution.bamboo.plugins : bamboo-sonar-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.1

All Versions

Choose a version of com.marvelution.bamboo.plugins : bamboo-sonar-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
bamboo-sonar-common-1.8.1
bamboo-sonar-common-1.8.0
1.7.x
bamboo-sonar-common-1.7.1
bamboo-sonar-common-1.7.0
1.6.x
bamboo-sonar-common-1.6.4
bamboo-sonar-common-1.6.3
bamboo-sonar-common-1.6.2
bamboo-sonar-common-1.6.1
bamboo-sonar-common-1.6.0
1.5.x
bamboo-sonar-common-1.5.4

How to add a dependency to Maven

Add the following com.marvelution.bamboo.plugins : bamboo-sonar-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.marvelution.bamboo.plugins</groupId>
    <artifactId>bamboo-sonar-common</artifactId>
    <version>1.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.marvelution.bamboo.plugins : bamboo-sonar-common gradle dependency to your build.gradle file:

implementation 'com.marvelution.bamboo.plugins:bamboo-sonar-common:1.8.1'

Gradle Kotlin DSL: Add the following com.marvelution.bamboo.plugins : bamboo-sonar-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.marvelution.bamboo.plugins:bamboo-sonar-common:1.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.marvelution.bamboo.plugins : bamboo-sonar-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.marvelution.bamboo.plugins" % "bamboo-sonar-common" % "1.8.1"