MVN

com.googlecode.junit-toolbox : junit-toolbox

Maven & Gradle

Oct 07, 2017
73 usages
137 stars

JUnit Toolbox · Useful classes for writing automated tests with JUnit

<dependency>
    <groupId>com.googlecode.junit-toolbox</groupId>
    <artifactId>junit-toolbox</artifactId>
    <version>1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.junit-toolbox : junit-toolbox to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11

All Versions

Choose a version of com.googlecode.junit-toolbox : junit-toolbox to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
junit-toolbox-2.4
2.3
junit-toolbox-2.3
2.2
junit-toolbox-2.2
2.1
junit-toolbox-2.1
2.0
junit-toolbox-2.0
1.11
junit-toolbox-1.11
1.10
junit-toolbox-1.10
1.9
junit-toolbox-1.9
1.8
junit-toolbox-1.8
1.7
junit-toolbox-1.7
1.6
junit-toolbox-1.6
1.5
junit-toolbox-1.5
1.4
junit-toolbox-1.4
1.3
junit-toolbox-1.3
1.2
junit-toolbox-1.2
1.1
junit-toolbox-1.1
1.0
junit-toolbox-1.0

How to add a dependency to Maven

Add the following com.googlecode.junit-toolbox : junit-toolbox maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.junit-toolbox</groupId>
    <artifactId>junit-toolbox</artifactId>
    <version>1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.junit-toolbox : junit-toolbox gradle dependency to your build.gradle file:

implementation 'com.googlecode.junit-toolbox:junit-toolbox:1.11'

Gradle Kotlin DSL: Add the following com.googlecode.junit-toolbox : junit-toolbox gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.junit-toolbox:junit-toolbox:1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.junit-toolbox : junit-toolbox sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.junit-toolbox" % "junit-toolbox" % "1.11"

Advertisement