| Группа | Группаcom.lihaoyi |
|---|---|
| Идентификатор | Идентификаторutest-runner_2.10 |
| Версия | Версия0.1.6-RC1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| utest-runner_2.10-0.1.6-RC1.pom | |
| utest-runner_2.10-0.1.6-RC1.jar | 12 KB |
| utest-runner_2.10-0.1.6-RC1-sources.jar | 1 KB |
| utest-runner_2.10-0.1.6-RC1-javadoc.jar | 350 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lihaoyi/utest-runner_2.10/ -->
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>utest-runner_2.10</artifactId>
<version>0.1.6-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lihaoyi/utest-runner_2.10/
implementation 'com.lihaoyi:utest-runner_2.10:0.1.6-RC1'
// https://jarcasting.com/artifacts/com.lihaoyi/utest-runner_2.10/
implementation ("com.lihaoyi:utest-runner_2.10:0.1.6-RC1")
'com.lihaoyi:utest-runner_2.10:jar:0.1.6-RC1'
<dependency org="com.lihaoyi" name="utest-runner_2.10" rev="0.1.6-RC1">
<artifact name="utest-runner_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lihaoyi', module='utest-runner_2.10', version='0.1.6-RC1')
)
libraryDependencies += "com.lihaoyi" % "utest-runner_2.10" % "0.1.6-RC1"
[com.lihaoyi/utest-runner_2.10 "0.1.6-RC1"]