MVN

com.buschmais.jqassistant : github-integration

Maven & Gradle

Aug 26, 2023
2 stars

jQAssistant Github Integration Rules

<dependency>
    <groupId>com.buschmais.jqassistant</groupId>
    <artifactId>github-integration</artifactId>
    <version>2.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.buschmais.jqassistant : github-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.7
  • Latest Release Candidate: 2.0.0-RC2
  • Latest Alpha: 1.10.0-ALPHA1

All Versions

Choose a version of com.buschmais.jqassistant : github-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
github-integration-2.0.7
github-integration-2.0.6
github-integration-2.0.5
github-integration-2.0.4
github-integration-2.0.3
github-integration-2.0.2
github-integration-2.0.1
github-integration-2.0.0
github-integration-2.0.0-RC2
github-integration-2.0.0-RC1
github-integration-2.0.0-M4
github-integration-2.0.0-M3
github-integration-2.0.0-M2
github-integration-2.0.0-M1
1.12.x
github-integration-1.12.2
github-integration-1.12.1
github-integration-1.12.0
github-integration-1.12.0-M1
1.11.x
github-integration-1.11.1
github-integration-1.11.0
github-integration-1.11.0-RC-1
1.10.x
github-integration-1.10.1
github-integration-1.10.0
github-integration-1.10.0-RC1
github-integration-1.10.0-ALPHA1
1.9.x
github-integration-1.9.1
github-integration-1.9.0
github-integration-1.9.0-RC1
github-integration-1.9.0-ALPHA2
github-integration-1.9.0-ALPHA1

How to add a dependency to Maven

Add the following com.buschmais.jqassistant : github-integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.buschmais.jqassistant</groupId>
    <artifactId>github-integration</artifactId>
    <version>2.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.buschmais.jqassistant : github-integration gradle dependency to your build.gradle file:

implementation 'com.buschmais.jqassistant:github-integration:2.0.7'

Gradle Kotlin DSL: Add the following com.buschmais.jqassistant : github-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("com.buschmais.jqassistant:github-integration:2.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.buschmais.jqassistant : github-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "com.buschmais.jqassistant" % "github-integration" % "2.0.7"