Skip to content

Download and Install

Mixermachine edited this page Dec 3, 2019 · 2 revisions

To download and install base-test you have the following options:

Jar files

Download the jar file from Maven Central and add them to your project manually.

Maven

Add the following dependency to your Maven project (Please always use the latest version. 0.0.5 was the latest version when this page was last edited)

<dependency>
  <groupId>de.a9d3.testing</groupId>
  <artifactId>base-test</artifactId>
  <version>1.0.0</version>
</dependency>

Gradle, Scala Ivy and many other build systems

Visit the Maven Central Repository Maven Central. On the right side you will see all available build systems.

Clone this wiki locally