MVN

co.helmethair : scalatest-junit-runner

Maven & Gradle

Sep 28, 2022
10 usages
36 stars

co.helmethair:scalatest-junit-runner · JUnit 5 Scalatest runner

<dependency>
    <groupId>co.helmethair</groupId>
    <artifactId>scalatest-junit-runner</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.helmethair : scalatest-junit-runner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of co.helmethair : scalatest-junit-runner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
scalatest-junit-runner-0.2.0
0.1.x
scalatest-junit-runner-0.1.12
scalatest-junit-runner-0.1.11
scalatest-junit-runner-0.1.10
scalatest-junit-runner-0.1.9
scalatest-junit-runner-0.1.8
scalatest-junit-runner-0.1.7
scalatest-junit-runner-0.1.6
scalatest-junit-runner-0.1.5
scalatest-junit-runner-0.1.4
scalatest-junit-runner-0.1.3
scalatest-junit-runner-0.1.2
scalatest-junit-runner-0.1.1

How to add a dependency to Maven

Add the following co.helmethair : scalatest-junit-runner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.helmethair</groupId>
    <artifactId>scalatest-junit-runner</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.helmethair : scalatest-junit-runner gradle dependency to your build.gradle file:

implementation 'co.helmethair:scalatest-junit-runner:0.2.0'

Gradle Kotlin DSL: Add the following co.helmethair : scalatest-junit-runner gradle kotlin dependency to your build.gradle.kts file:

implementation("co.helmethair:scalatest-junit-runner:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.helmethair : scalatest-junit-runner sbt scala dependency to your build.sbt file:

libraryDependencies += "co.helmethair" % "scalatest-junit-runner" % "0.2.0"

Advertisement