| License |
License |
|---|---|
| Categories |
CategoriesJaCoCo Application Testing & Monitoring Code Coverage |
| GroupId | GroupIdat.quelltextlich.jacoco |
| ArtifactId | ArtifactIdjacoco-toolbox |
| Last Version | Last Version0.4103.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJaCoCo Toolbox
Tools to deal with JaCoCo exec files
|
| Filename | Size |
|---|---|
| jacoco-toolbox-0.4103.1.pom | |
| jacoco-toolbox-0.4103.1.jar | 713 KB |
| jacoco-toolbox-0.4103.1-sources.jar | 13 KB |
| jacoco-toolbox-0.4103.1-javadoc.jar | 97 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/at.quelltextlich.jacoco/jacoco-toolbox/ -->
<dependency>
<groupId>at.quelltextlich.jacoco</groupId>
<artifactId>jacoco-toolbox</artifactId>
<version>0.4103.1</version>
</dependency>
// https://jarcasting.com/artifacts/at.quelltextlich.jacoco/jacoco-toolbox/
implementation 'at.quelltextlich.jacoco:jacoco-toolbox:0.4103.1'
// https://jarcasting.com/artifacts/at.quelltextlich.jacoco/jacoco-toolbox/
implementation ("at.quelltextlich.jacoco:jacoco-toolbox:0.4103.1")
'at.quelltextlich.jacoco:jacoco-toolbox:jar:0.4103.1'
<dependency org="at.quelltextlich.jacoco" name="jacoco-toolbox" rev="0.4103.1">
<artifact name="jacoco-toolbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.quelltextlich.jacoco', module='jacoco-toolbox', version='0.4103.1')
)
libraryDependencies += "at.quelltextlich.jacoco" % "jacoco-toolbox" % "0.4103.1"
[at.quelltextlich.jacoco/jacoco-toolbox "0.4103.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| args4j : args4j | jar | 2.0.29 |
| org.jacoco : org.jacoco.core | jar | 0.7.5.201505241946 |
| org.jacoco : org.jacoco.report | jar | 0.7.5.201505241946 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |