MVN

com.buschmais.jqassistant.cli : test

Maven & Gradle

Aug 26, 2023
7 stars

jQAssistant Commandline Integration Test

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

Latest Version

Choose a version of com.buschmais.jqassistant.cli : test 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.cli : test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
test-2.0.7
test-2.0.6
test-2.0.5
test-2.0.4
test-2.0.3
test-2.0.2
test-2.0.1
test-2.0.0
test-2.0.0-RC2
test-2.0.0-RC1
test-2.0.0-M4
test-2.0.0-M3
test-2.0.0-M2
test-2.0.0-M1
1.12.x
test-1.12.2
test-1.12.1
test-1.12.0
test-1.12.0-M1
1.11.x
test-1.11.1
test-1.11.0
test-1.11.0-RC-1
1.10.x
test-1.10.1
test-1.10.0
test-1.10.0-RC1
test-1.10.0-ALPHA1
1.9.x
test-1.9.1
test-1.9.0
test-1.9.0-RC1
test-1.9.0-ALPHA2
test-1.9.0-ALPHA1
1.8.x
test-1.8.0
test-1.8.0-MS1
1.7.x
test-1.7.0
test-1.7.0-RC1
test-1.7.0-MS3
test-1.7.0-MS2
test-1.7.0-MS1
1.6.x
test-1.6.0
test-1.6.0-RC1
1.5.x
test-1.5.0
test-1.5.0-RC-1
1.4.x
test-1.4.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.buschmais.jqassistant.cli:test:2.0.7'

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

implementation("com.buschmais.jqassistant.cli:test:2.0.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.buschmais.jqassistant.cli" % "test" % "2.0.7"