<dependency> <groupId>com.lihaoyi</groupId> <artifactId>utest_2.13.0-M5</artifactId> <version>0.6.6</version> </dependency>
implementation 'com.lihaoyi:utest_2.13.0-M5:0.6.6'
implementation("com.lihaoyi:utest_2.13.0-M5:0.6.6")
libraryDependencies += "com.lihaoyi" % "utest_2.13.0-M5" % "0.6.6"
@Grapes( @Grab(group='com.lihaoyi', module='utest_2.13.0-M5', version='0.6.6') )
<dependency org="com.lihaoyi" name="utest_2.13.0-M5" rev="0.6.6" />
[com.lihaoyi/utest_2.13.0-M5 "0.6.6"]
'com.lihaoyi:utest_2.13.0-M5:jar:0.6.6'
compile
|-- org.scala-lang:scala-library:2.13.0-M5
|-- org.scala-lang:scala-reflect:2.13.0-M5
|-- org.scala-sbt:test-interface:1.0
|-- org.portable-scala:portable-scala-reflect_2.13.0-M5:0.1.0