| GroupId | GroupIdcom.lihaoyi |
|---|---|
| ArtifactId | ArtifactIdutest-runner_2.10 |
| Version | Version0.1.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| utest-runner_2.10-0.1.5.pom | |
| utest-runner_2.10-0.1.5.jar | 12 KB |
| utest-runner_2.10-0.1.5-sources.jar | 1 KB |
| utest-runner_2.10-0.1.5-javadoc.jar | 350 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lihaoyi/utest-runner_2.10/ -->
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>utest-runner_2.10</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.lihaoyi/utest-runner_2.10/
implementation 'com.lihaoyi:utest-runner_2.10:0.1.5'
// https://jarcasting.com/artifacts/com.lihaoyi/utest-runner_2.10/
implementation ("com.lihaoyi:utest-runner_2.10:0.1.5")
'com.lihaoyi:utest-runner_2.10:jar:0.1.5'
<dependency org="com.lihaoyi" name="utest-runner_2.10" rev="0.1.5">
<artifact name="utest-runner_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lihaoyi', module='utest-runner_2.10', version='0.1.5')
)
libraryDependencies += "com.lihaoyi" % "utest-runner_2.10" % "0.1.5"
[com.lihaoyi/utest-runner_2.10 "0.1.5"]