Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIddev.zio |
ArtifactId | ArtifactIdzio-test-junit_2.12 |
Version | Version1.0.0-RC19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/dev.zio/zio-test-junit_2.12/ -->
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test-junit_2.12</artifactId>
<version>1.0.0-RC19</version>
</dependency>
// https://jarcasting.com/artifacts/dev.zio/zio-test-junit_2.12/
implementation 'dev.zio:zio-test-junit_2.12:1.0.0-RC19'
// https://jarcasting.com/artifacts/dev.zio/zio-test-junit_2.12/
implementation ("dev.zio:zio-test-junit_2.12:1.0.0-RC19")
'dev.zio:zio-test-junit_2.12:jar:1.0.0-RC19'
<dependency org="dev.zio" name="zio-test-junit_2.12" rev="1.0.0-RC19">
<artifact name="zio-test-junit_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.zio', module='zio-test-junit_2.12', version='1.0.0-RC19')
)
libraryDependencies += "dev.zio" % "zio-test-junit_2.12" % "1.0.0-RC19"
[dev.zio/zio-test-junit_2.12 "1.0.0-RC19"]