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

net.sourceforge.cobertura:cobertura 1.9rc1

Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.

Категории

Категории

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

Группа

net.sourceforge.cobertura
Идентификатор

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

cobertura
Версия

Версия

1.9rc1
Тип

Тип

jar

Скачать cobertura 1.9rc1


<!-- https://jarcasting.com/artifacts/net.sourceforge.cobertura/cobertura/ -->
<dependency>
    <groupId>net.sourceforge.cobertura</groupId>
    <artifactId>cobertura</artifactId>
    <version>1.9rc1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.cobertura/cobertura/
implementation 'net.sourceforge.cobertura:cobertura:1.9rc1'
// https://jarcasting.com/artifacts/net.sourceforge.cobertura/cobertura/
implementation ("net.sourceforge.cobertura:cobertura:1.9rc1")
'net.sourceforge.cobertura:cobertura:jar:1.9rc1'
<dependency org="net.sourceforge.cobertura" name="cobertura" rev="1.9rc1">
  <artifact name="cobertura" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.cobertura', module='cobertura', version='1.9rc1')
)
libraryDependencies += "net.sourceforge.cobertura" % "cobertura" % "1.9rc1"
[net.sourceforge.cobertura/cobertura "1.9rc1"]