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