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