Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdio.github.janhicken |
ArtifactId | ArtifactIdsurefire-scalatest |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
surefire-scalatest-0.1.pom | |
surefire-scalatest-0.1.jar | 17 KB |
surefire-scalatest-0.1-sources.jar | 5 KB |
surefire-scalatest-0.1-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.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"]