is not current version
Last Version 0.0.7

com.github.ishestakov.carnotzet:jacoco-extension 0.0.4

Carnotzet project extension for collecting JaCoCo statistics on docker containers. The extension will add and configure JaCoCo java agent to run on specific Carnotzet modules.

Categories

Categories

JaCoCo Application Testing & Monitoring Code Coverage
GroupId

GroupId

com.github.ishestakov.carnotzet
ArtifactId

ArtifactId

jacoco-extension
Version

Version

0.0.4
Type

Type

jar

Download jacoco-extension 0.0.4


<!-- https://jarcasting.com/artifacts/com.github.ishestakov.carnotzet/jacoco-extension/ -->
<dependency>
    <groupId>com.github.ishestakov.carnotzet</groupId>
    <artifactId>jacoco-extension</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ishestakov.carnotzet/jacoco-extension/
implementation 'com.github.ishestakov.carnotzet:jacoco-extension:0.0.4'
// https://jarcasting.com/artifacts/com.github.ishestakov.carnotzet/jacoco-extension/
implementation ("com.github.ishestakov.carnotzet:jacoco-extension:0.0.4")
'com.github.ishestakov.carnotzet:jacoco-extension:jar:0.0.4'
<dependency org="com.github.ishestakov.carnotzet" name="jacoco-extension" rev="0.0.4">
  <artifact name="jacoco-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ishestakov.carnotzet', module='jacoco-extension', version='0.0.4')
)
libraryDependencies += "com.github.ishestakov.carnotzet" % "jacoco-extension" % "0.0.4"
[com.github.ishestakov.carnotzet/jacoco-extension "0.0.4"]