Maven Cobertura Plug-in

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.

Категории

Категории

Maven Компиляция и сборка Cobertura Тестирование приложения и мониторинг Code Coverage
Группа

Группа

maven-plugins
Идентификатор

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

maven-cobertura-plugin
Последняя версия

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

1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Maven Cobertura Plug-in
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.
Ссылка на сайт

Ссылка на сайт

http://maven-plugins.sourceforge.net/maven-cobertura-plugin/
Организация-разработчик

Организация-разработчик

SourceForge
Система контроля версий

Система контроля версий

http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/cobertura

Скачать maven-cobertura-plugin

Как подключить последнюю версию

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
net.sourceforge.cobertura : cobertura jar 1.9
oro : oro jar 2.0.8
asm : asm jar 2.2.1
asm : asm-tree jar 2.2.1
log4j : log4j jar 1.2.9
commons-jelly : commons-jelly-tags-log jar 1.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.4
1.3.1
1.3
1.2
1.1.1
1.1
1.0