MVN

se.bjurr.violations : violation-comments-to-bitbucket-cloud-lib

Maven & Gradle

Apr 04, 2021
0 stars

violation-comments-to-bitbucket-cloud-lib · 'Library that adds violation comments from static code analysis to Bitbucket Cloud.'

<dependency>
    <groupId>se.bjurr.violations</groupId>
    <artifactId>violation-comments-to-bitbucket-cloud-lib</artifactId>
    <version>1.16.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.bjurr.violations : violation-comments-to-bitbucket-cloud-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16.1

All Versions

Choose a version of se.bjurr.violations : violation-comments-to-bitbucket-cloud-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16.x
violation-comments-to-bitbucket-cloud-lib-1.16.1
1.15
violation-comments-to-bitbucket-cloud-lib-1.15
1.14
violation-comments-to-bitbucket-cloud-lib-1.14
1.12
violation-comments-to-bitbucket-cloud-lib-1.12
1.11
violation-comments-to-bitbucket-cloud-lib-1.11
1.10
violation-comments-to-bitbucket-cloud-lib-1.10
1.9
violation-comments-to-bitbucket-cloud-lib-1.9
1.8
violation-comments-to-bitbucket-cloud-lib-1.8
1.7
violation-comments-to-bitbucket-cloud-lib-1.7

How to add a dependency to Maven

Add the following se.bjurr.violations : violation-comments-to-bitbucket-cloud-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.bjurr.violations</groupId>
    <artifactId>violation-comments-to-bitbucket-cloud-lib</artifactId>
    <version>1.16.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.bjurr.violations : violation-comments-to-bitbucket-cloud-lib gradle dependency to your build.gradle file:

implementation 'se.bjurr.violations:violation-comments-to-bitbucket-cloud-lib:1.16.1'

Gradle Kotlin DSL: Add the following se.bjurr.violations : violation-comments-to-bitbucket-cloud-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("se.bjurr.violations:violation-comments-to-bitbucket-cloud-lib:1.16.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.bjurr.violations : violation-comments-to-bitbucket-cloud-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "se.bjurr.violations" % "violation-comments-to-bitbucket-cloud-lib" % "1.16.1"

Advertisement