| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Сеть Cobertura Тестирование приложения и мониторинг Code Coverage |
| Группа | Группаcom.google.code.maven-play-plugin.net.sourceforge.cobertura |
| Идентификатор | Идентификаторcobertura |
| Версия | Версия1.9.2-patched-play-cobertura-1.0-jdk15 |
| Тип | Типjar |
| Описание |
ОписаниеCobertura
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.
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.net.sourceforge.cobertura/cobertura/ -->
<dependency>
<groupId>com.google.code.maven-play-plugin.net.sourceforge.cobertura</groupId>
<artifactId>cobertura</artifactId>
<version>1.9.2-patched-play-cobertura-1.0-jdk15</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.net.sourceforge.cobertura/cobertura/
implementation 'com.google.code.maven-play-plugin.net.sourceforge.cobertura:cobertura:1.9.2-patched-play-cobertura-1.0-jdk15'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.net.sourceforge.cobertura/cobertura/
implementation ("com.google.code.maven-play-plugin.net.sourceforge.cobertura:cobertura:1.9.2-patched-play-cobertura-1.0-jdk15")
'com.google.code.maven-play-plugin.net.sourceforge.cobertura:cobertura:jar:1.9.2-patched-play-cobertura-1.0-jdk15'
<dependency org="com.google.code.maven-play-plugin.net.sourceforge.cobertura" name="cobertura" rev="1.9.2-patched-play-cobertura-1.0-jdk15">
<artifact name="cobertura" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.net.sourceforge.cobertura', module='cobertura', version='1.9.2-patched-play-cobertura-1.0-jdk15')
)
libraryDependencies += "com.google.code.maven-play-plugin.net.sourceforge.cobertura" % "cobertura" % "1.9.2-patched-play-cobertura-1.0-jdk15"
[com.google.code.maven-play-plugin.net.sourceforge.cobertura/cobertura "1.9.2-patched-play-cobertura-1.0-jdk15"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| oro : oro | jar | 2.0.8 |
| asm : asm | jar | 3.0 |
| asm : asm-tree | jar | 3.0 |
| log4j : log4j | jar | 1.2.9 |
| org.apache.ant : ant | jar | 1.7.0 |