MVN

com.buschmais.jqassistant.core : configuration

Maven & Gradle

Mar 29, 2023
18 stars

jQAssistant Core Configuration

<dependency>
    <groupId>com.buschmais.jqassistant.core</groupId>
    <artifactId>configuration</artifactId>
    <version>2.0.0-M4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0-M4
  • Latest Release Candidate: 2.0.0-RC1

All Versions

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

Version Vulnerabilities Updated
2.0.x
configuration-2.0.0-RC1
configuration-2.0.0-M4
configuration-2.0.0-M3
configuration-2.0.0-M2
configuration-2.0.0-M1
1.12.x
configuration-1.12.2
configuration-1.12.1
configuration-1.12.0
configuration-1.12.0-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.buschmais.jqassistant.core</groupId>
    <artifactId>configuration</artifactId>
    <version>2.0.0-M4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.buschmais.jqassistant.core:configuration:2.0.0-M4'

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

implementation("com.buschmais.jqassistant.core:configuration:2.0.0-M4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.buschmais.jqassistant.core" % "configuration" % "2.0.0-M4"

Advertisement