<dependency> <groupId>com.lihaoyi</groupId> <artifactId>utest-js-plugin</artifactId> <version>0.2.5-RC1</version> </dependency>
implementation 'com.lihaoyi:utest-js-plugin:0.2.5-RC1'
implementation("com.lihaoyi:utest-js-plugin:0.2.5-RC1")
libraryDependencies += "com.lihaoyi" % "utest-js-plugin" % "0.2.5-RC1"
@Grapes( @Grab(group='com.lihaoyi', module='utest-js-plugin', version='0.2.5-RC1') )
<dependency org="com.lihaoyi" name="utest-js-plugin" rev="0.2.5-RC1" />
[com.lihaoyi/utest-js-plugin "0.2.5-RC1"]
'com.lihaoyi:utest-js-plugin:jar:0.2.5-RC1'