MVN

com.github.cormoran-io.pepper : unittest

Maven & Gradle

Mar 10, 2020
<dependency>
    <groupId>com.github.cormoran-io.pepper</groupId>
    <artifactId>unittest</artifactId>
    <version>1.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cormoran-io.pepper : unittest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24

All Versions

Choose a version of com.github.cormoran-io.pepper : unittest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.24
unittest-1.24
1.23
unittest-1.23
1.22
unittest-1.22
1.21
unittest-1.21
1.20
unittest-1.20
1.19
unittest-1.19
1.18
unittest-1.18

How to add a dependency to Maven

Add the following com.github.cormoran-io.pepper : unittest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cormoran-io.pepper</groupId>
    <artifactId>unittest</artifactId>
    <version>1.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cormoran-io.pepper : unittest gradle dependency to your build.gradle file:

implementation 'com.github.cormoran-io.pepper:unittest:1.24'

Gradle Kotlin DSL: Add the following com.github.cormoran-io.pepper : unittest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cormoran-io.pepper:unittest:1.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cormoran-io.pepper : unittest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cormoran-io.pepper" % "unittest" % "1.24"