MVN

com.github.daggerok.sonar.examples : sonar-breaker-maven-plugin-demo

Maven & Gradle

Sep 25, 2019
3 stars

TODO: Implement Demo project uses sonar-breaker-maven-plugin

<dependency>
    <groupId>com.github.daggerok.sonar.examples</groupId>
    <artifactId>sonar-breaker-maven-plugin-demo</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.daggerok.sonar.examples : sonar-breaker-maven-plugin-demo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.github.daggerok.sonar.examples : sonar-breaker-maven-plugin-demo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sonar-breaker-maven-plugin-demo-1.0.1
sonar-breaker-maven-plugin-demo-1.0.0
0.1.x
sonar-breaker-maven-plugin-demo-0.1.5
sonar-breaker-maven-plugin-demo-0.1.4

How to add a dependency to Maven

Add the following com.github.daggerok.sonar.examples : sonar-breaker-maven-plugin-demo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.daggerok.sonar.examples</groupId>
    <artifactId>sonar-breaker-maven-plugin-demo</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.daggerok.sonar.examples : sonar-breaker-maven-plugin-demo gradle dependency to your build.gradle file:

implementation 'com.github.daggerok.sonar.examples:sonar-breaker-maven-plugin-demo:1.0.1'

Gradle Kotlin DSL: Add the following com.github.daggerok.sonar.examples : sonar-breaker-maven-plugin-demo gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.daggerok.sonar.examples:sonar-breaker-maven-plugin-demo:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.daggerok.sonar.examples : sonar-breaker-maven-plugin-demo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.daggerok.sonar.examples" % "sonar-breaker-maven-plugin-demo" % "1.0.1"