MVN

org.codehaus.sonar : sonar-batch-bootstrapper

Maven & Gradle

Oct 02, 2012
2 usages
6.4k stars

Sonar :: Batch Bootstrapper · Provides API to bootstrap Sonar Batch.

<dependency>
    <groupId>org.codehaus.sonar</groupId>
    <artifactId>sonar-batch-bootstrapper</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.sonar : sonar-batch-bootstrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1
  • Latest Release Candidate: 3.2.1-RC1

All Versions

Choose a version of org.codehaus.sonar : sonar-batch-bootstrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
sonar-batch-bootstrapper-3.2.1
sonar-batch-bootstrapper-3.2.1-RC1
3.2
sonar-batch-bootstrapper-3.2
sonar-batch-bootstrapper-3.2-RC3
sonar-batch-bootstrapper-3.2-RC2
sonar-batch-bootstrapper-3.2-RC1
3.1.x
sonar-batch-bootstrapper-3.1.1
3.1
sonar-batch-bootstrapper-3.1
sonar-batch-bootstrapper-3.1-RC3
sonar-batch-bootstrapper-3.1-RC2
sonar-batch-bootstrapper-3.1-RC1
3.0.x
sonar-batch-bootstrapper-3.0.1
sonar-batch-bootstrapper-3.0.1-RC1
3.0
sonar-batch-bootstrapper-3.0
sonar-batch-bootstrapper-3.0-RC3
2.15
sonar-batch-bootstrapper-2.15-RC2
sonar-batch-bootstrapper-2.15-RC1
2.14
sonar-batch-bootstrapper-2.14
sonar-batch-bootstrapper-2.14-RC4
sonar-batch-bootstrapper-2.14-RC3
sonar-batch-bootstrapper-2.14-RC2
sonar-batch-bootstrapper-2.14-RC1
2.13.x
sonar-batch-bootstrapper-2.13.1
2.13
sonar-batch-bootstrapper-2.13
sonar-batch-bootstrapper-2.13-RC3
sonar-batch-bootstrapper-2.13-RC2
sonar-batch-bootstrapper-2.13-RC1
2.12
sonar-batch-bootstrapper-2.12
sonar-batch-bootstrapper-2.12-RC2
sonar-batch-bootstrapper-2.12-RC1
2.11
sonar-batch-bootstrapper-2.11
sonar-batch-bootstrapper-2.11-RC3
sonar-batch-bootstrapper-2.11-RC2
sonar-batch-bootstrapper-2.11-RC1
2.10
sonar-batch-bootstrapper-2.10
sonar-batch-bootstrapper-2.10-RC2
sonar-batch-bootstrapper-2.10-RC1
2.9
sonar-batch-bootstrapper-2.9
sonar-batch-bootstrapper-2.9-RC1
2.8
sonar-batch-bootstrapper-2.8
sonar-batch-bootstrapper-2.8-RC2
2.7
sonar-batch-bootstrapper-2.7
sonar-batch-bootstrapper-2.7-RC3
sonar-batch-bootstrapper-2.7-RC2
2.6
sonar-batch-bootstrapper-2.6
sonar-batch-bootstrapper-2.6-RC1

How to add a dependency to Maven

Add the following org.codehaus.sonar : sonar-batch-bootstrapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.sonar</groupId>
    <artifactId>sonar-batch-bootstrapper</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.sonar : sonar-batch-bootstrapper gradle dependency to your build.gradle file:

implementation 'org.codehaus.sonar:sonar-batch-bootstrapper:3.2.1'

Gradle Kotlin DSL: Add the following org.codehaus.sonar : sonar-batch-bootstrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.sonar:sonar-batch-bootstrapper:3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.sonar : sonar-batch-bootstrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.sonar" % "sonar-batch-bootstrapper" % "3.2.1"