Files download
File Operation
utest_2.11-0.6.6.jar download
utest_2.11-0.6.6.pom download
utest_2.11-0.6.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lihaoyi</groupId>
  <artifactId>utest_2.11</artifactId>
  <version>0.6.6</version>
</dependency>
Gradle Groovy
implementation 'com.lihaoyi:utest_2.11:0.6.6'
Gradle Kotlin
implementation("com.lihaoyi:utest_2.11:0.6.6")
Scala SBT
libraryDependencies += "com.lihaoyi" % "utest_2.11" % "0.6.6"
Groovy Grape
@Grapes(
  @Grab(group='com.lihaoyi', module='utest_2.11', version='0.6.6')
)
Apache Ivy
<dependency org="com.lihaoyi" name="utest_2.11" rev="0.6.6" />
Leiningen
[com.lihaoyi/utest_2.11 "0.6.6"]
Apache Buildr
'com.lihaoyi:utest_2.11:jar:0.6.6'