License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdio.github.janhicken |
ArtifactId | ArtifactIdsurefire-scalatest |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionSureFire ScalaTest Provider
A SureFire Provider for ScalaTest
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
surefire-scalatest-0.2.pom | |
surefire-scalatest-0.2.jar | 17 KB |
surefire-scalatest-0.2-sources.jar | 5 KB |
surefire-scalatest-0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.janhicken/surefire-scalatest/ -->
<dependency>
<groupId>io.github.janhicken</groupId>
<artifactId>surefire-scalatest</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.janhicken/surefire-scalatest/
implementation 'io.github.janhicken:surefire-scalatest:0.2'
// https://jarcasting.com/artifacts/io.github.janhicken/surefire-scalatest/
implementation ("io.github.janhicken:surefire-scalatest:0.2")
'io.github.janhicken:surefire-scalatest:jar:0.2'
<dependency org="io.github.janhicken" name="surefire-scalatest" rev="0.2">
<artifact name="surefire-scalatest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.janhicken', module='surefire-scalatest', version='0.2')
)
libraryDependencies += "io.github.janhicken" % "surefire-scalatest" % "0.2"
[io.github.janhicken/surefire-scalatest "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.surefire : surefire-api | jar | 2.22.2 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest-core_2.13 | jar | 3.2.8 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.13 | jar | 3.2.8 |
junit : junit | jar | 4.13.2 |