MVN

com.buschmais.jqassistant : bom

Maven & Gradle

Aug 26, 2023
0 stars

jQAssistant Bill of Materials · Bill of materials (BOM) for jQAssistant with all Maven dependencies used among all jQAssistant core plugins. This BOM can also be used by external plugin developers for their plugins to stay in sync with their basic set of dependencies with the dependencies provided by jQAssistant.

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

Latest Version

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

  • Latest Stable: 2.0.7
  • Latest Release Candidate: 2.0.0-RC2

All Versions

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

Version Vulnerabilities Updated
2.0.x
bom-2.0.7
bom-2.0.6
bom-2.0.5
bom-2.0.4
bom-2.0.3
bom-2.0.2
bom-2.0.1
bom-2.0.0
bom-2.0.0-RC2
bom-2.0.0-RC1
bom-2.0.0-M4
bom-2.0.0-M3
bom-2.0.0-M2
bom-2.0.0-M1
1.12.x
bom-1.12.2
bom-1.12.1
bom-1.12.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.buschmais.jqassistant</groupId>
    <artifactId>bom</artifactId>
    <version>2.0.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.buschmais.jqassistant:bom:2.0.7'

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

implementation("com.buschmais.jqassistant:bom:2.0.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.buschmais.jqassistant" % "bom" % "2.0.7"