is not current version
Last Version 0.3

io.github.janhicken:surefire-scalatest 0.1

A SureFire Provider for ScalaTest

Categories

Categories

Scala Languages
GroupId

GroupId

io.github.janhicken
ArtifactId

ArtifactId

surefire-scalatest
Version

Version

0.1
Type

Type

jar

Download surefire-scalatest 0.1


<!-- https://jarcasting.com/artifacts/io.github.janhicken/surefire-scalatest/ -->
<dependency>
    <groupId>io.github.janhicken</groupId>
    <artifactId>surefire-scalatest</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.janhicken/surefire-scalatest/
implementation 'io.github.janhicken:surefire-scalatest:0.1'
// https://jarcasting.com/artifacts/io.github.janhicken/surefire-scalatest/
implementation ("io.github.janhicken:surefire-scalatest:0.1")
'io.github.janhicken:surefire-scalatest:jar:0.1'
<dependency org="io.github.janhicken" name="surefire-scalatest" rev="0.1">
  <artifact name="surefire-scalatest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.janhicken', module='surefire-scalatest', version='0.1')
)
libraryDependencies += "io.github.janhicken" % "surefire-scalatest" % "0.1"
[io.github.janhicken/surefire-scalatest "0.1"]