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