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