Files download
File Operation
sbt-jacoco-3.4.0.jar download
sbt-jacoco-3.4.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.sbt</groupId>
  <artifactId>sbt-jacoco</artifactId>
  <version>3.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.sbt:sbt-jacoco:3.4.0'
Gradle Kotlin
implementation("com.github.sbt:sbt-jacoco:3.4.0")
Scala SBT
libraryDependencies += "com.github.sbt" % "sbt-jacoco" % "3.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sbt', module='sbt-jacoco', version='3.4.0')
)
Apache Ivy
<dependency org="com.github.sbt" name="sbt-jacoco" rev="3.4.0" />
Leiningen
[com.github.sbt/sbt-jacoco "3.4.0"]
Apache Buildr
'com.github.sbt:sbt-jacoco:jar:3.4.0'
Dependencies
The project has no third-party dependencies