не последняя версия
Последняя версия 0.0.7

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

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.

Категории

Категории

JaCoCo Тестирование приложения и мониторинг Code Coverage
Группа

Группа

com.github.ishestakov.carnotzet
Идентификатор

Идентификатор

jacoco-extension
Версия

Версия

0.0.5
Тип

Тип

jar

Скачать jacoco-extension 0.0.5


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