<dependency> <groupId>com.github.sbt</groupId> <artifactId>sbt-mocha</artifactId> <version>2.0.0</version> </dependency>
implementation 'com.github.sbt:sbt-mocha:2.0.0'
implementation("com.github.sbt:sbt-mocha:2.0.0")
libraryDependencies += "com.github.sbt" % "sbt-mocha" % "2.0.0"
@Grapes( @Grab(group='com.github.sbt', module='sbt-mocha', version='2.0.0') )
<dependency org="com.github.sbt" name="sbt-mocha" rev="2.0.0" />
[com.github.sbt/sbt-mocha "2.0.0"]
'com.github.sbt:sbt-mocha:jar:2.0.0'