MVN

org.jgotesting : jgotesting

Maven & Gradle

Sep 03, 2016

jgotesting · JUnit-compatible testing tool inspired by Go's testing package

<dependency>
    <groupId>org.jgotesting</groupId>
    <artifactId>jgotesting</artifactId>
    <version>0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jgotesting : jgotesting to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12

All Versions

Choose a version of org.jgotesting : jgotesting to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12
jgotesting-0.12
0.11
jgotesting-0.11
0.10
jgotesting-0.10
0.9.x
jgotesting-0.9.3
jgotesting-0.9.2
jgotesting-0.9.1
0.9
jgotesting-0.9
0.8
jgotesting-0.8
0.7
jgotesting-0.7
0.4
jgotesting-0.4
0.3
jgotesting-0.3
0.2
jgotesting-0.2
0.1
jgotesting-0.1

How to add a dependency to Maven

Add the following org.jgotesting : jgotesting maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jgotesting</groupId>
    <artifactId>jgotesting</artifactId>
    <version>0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jgotesting : jgotesting gradle dependency to your build.gradle file:

implementation 'org.jgotesting:jgotesting:0.12'

Gradle Kotlin DSL: Add the following org.jgotesting : jgotesting gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jgotesting:jgotesting:0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jgotesting : jgotesting sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jgotesting" % "jgotesting" % "0.12"