MVN

com.buschmais.jqassistant.core : test

Maven & Gradle

Aug 26, 2023
18 stars

jQAssistant Test Framework

<dependency>
    <groupId>com.buschmais.jqassistant.core</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.core : test 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.core : 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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.buschmais.jqassistant.core</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.core : test gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement