Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIddev.zio |
ArtifactId | ArtifactIdzio-test-junit_2.11 |
Version | Version1.0.13 |
Type | Typejar |
Filename | Size |
---|---|
zio-test-junit_2.11-1.0.13.pom | |
zio-test-junit_2.11-1.0.13.jar | 42 KB |
zio-test-junit_2.11-1.0.13-sources.jar | 3 KB |
zio-test-junit_2.11-1.0.13-javadoc.jar | 370 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.zio/zio-test-junit_2.11/ -->
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test-junit_2.11</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/dev.zio/zio-test-junit_2.11/
implementation 'dev.zio:zio-test-junit_2.11:1.0.13'
// https://jarcasting.com/artifacts/dev.zio/zio-test-junit_2.11/
implementation ("dev.zio:zio-test-junit_2.11:1.0.13")
'dev.zio:zio-test-junit_2.11:jar:1.0.13'
<dependency org="dev.zio" name="zio-test-junit_2.11" rev="1.0.13">
<artifact name="zio-test-junit_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.zio', module='zio-test-junit_2.11', version='1.0.13')
)
libraryDependencies += "dev.zio" % "zio-test-junit_2.11" % "1.0.13"
[dev.zio/zio-test-junit_2.11 "1.0.13"]