MVN

com.teamscale : teamscale-jacoco-agent

Maven & Gradle

Aug 21, 2023
16 stars

Teamscale JaCoCo Agent · JVM profiler that simplifies various aspects around recording and uploading test coverage

<dependency>
    <groupId>com.teamscale</groupId>
    <artifactId>teamscale-jacoco-agent</artifactId>
    <version>31.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.teamscale : teamscale-jacoco-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 31.0.0

All Versions

Choose a version of com.teamscale : teamscale-jacoco-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
31.0.x
teamscale-jacoco-agent-31.0.0
30.1.x
teamscale-jacoco-agent-30.1.1
teamscale-jacoco-agent-30.1.0
30.0.x
teamscale-jacoco-agent-30.0.2
teamscale-jacoco-agent-30.0.1
teamscale-jacoco-agent-30.0.0
29.1.x
teamscale-jacoco-agent-29.1.3
teamscale-jacoco-agent-29.1.2
teamscale-jacoco-agent-29.1.1
teamscale-jacoco-agent-29.1.0
29.0.x
teamscale-jacoco-agent-29.0.0
28.0.x
teamscale-jacoco-agent-28.0.0
27.0.x
teamscale-jacoco-agent-27.0.1
teamscale-jacoco-agent-27.0.0
26.0.x
teamscale-jacoco-agent-26.0.2
teamscale-jacoco-agent-26.0.1
teamscale-jacoco-agent-26.0.0
25.0.x
teamscale-jacoco-agent-25.0.0
24.1.x
teamscale-jacoco-agent-24.1.1
24.0.x
teamscale-jacoco-agent-24.0.1
teamscale-jacoco-agent-24.0.0
23.1.x
teamscale-jacoco-agent-23.1.1
teamscale-jacoco-agent-23.1.0
23.0.x
teamscale-jacoco-agent-23.0.0
22.2.x
teamscale-jacoco-agent-22.2.0
22.1.x
teamscale-jacoco-agent-22.1.0
22.0.x
teamscale-jacoco-agent-22.0.0
21.9.x
teamscale-jacoco-agent-21.9.0
21.8.x
teamscale-jacoco-agent-21.8.0
21.6.x
teamscale-jacoco-agent-21.6.1
teamscale-jacoco-agent-21.6.0
21.5.x
teamscale-jacoco-agent-21.5.0
21.4.x
teamscale-jacoco-agent-21.4.0
21.3.x
teamscale-jacoco-agent-21.3.0
21.2.x
teamscale-jacoco-agent-21.2.1
teamscale-jacoco-agent-21.2.0
21.1.x
teamscale-jacoco-agent-21.1.0
21.0.x
teamscale-jacoco-agent-21.0.0
20.0.x
teamscale-jacoco-agent-20.0.0
19.0.x
teamscale-jacoco-agent-19.0.0
18.0.x
teamscale-jacoco-agent-18.0.0
17.0.x
teamscale-jacoco-agent-17.0.0
16.0.x
teamscale-jacoco-agent-16.0.1

How to add a dependency to Maven

Add the following com.teamscale : teamscale-jacoco-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.teamscale</groupId>
    <artifactId>teamscale-jacoco-agent</artifactId>
    <version>31.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.teamscale : teamscale-jacoco-agent gradle dependency to your build.gradle file:

implementation 'com.teamscale:teamscale-jacoco-agent:31.0.0'

Gradle Kotlin DSL: Add the following com.teamscale : teamscale-jacoco-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.teamscale:teamscale-jacoco-agent:31.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.teamscale : teamscale-jacoco-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.teamscale" % "teamscale-jacoco-agent" % "31.0.0"

Advertisement