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