| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCobertura Тестирование приложения и мониторинг Code Coverage |
| Группа | Группаcom.github.leeyazhou |
| Идентификатор | Идентификаторcobertura |
| Последняя версия | Последняя версия2.1.2.RELEASE |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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 |
| Имя Файла | Размер |
|---|---|
| cobertura-2.1.2.RELEASE.pom | |
| cobertura-2.1.2.RELEASE.jar | 436 KB |
| cobertura-2.1.2.RELEASE-sources.jar | 329 KB |
| cobertura-2.1.2.RELEASE-javadoc.jar | 969 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/cobertura/ -->
<dependency>
<groupId>com.github.leeyazhou</groupId>
<artifactId>cobertura</artifactId>
<version>2.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/cobertura/
implementation 'com.github.leeyazhou:cobertura:2.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.leeyazhou/cobertura/
implementation ("com.github.leeyazhou:cobertura:2.1.2.RELEASE")
'com.github.leeyazhou:cobertura:jar:2.1.2.RELEASE'
<dependency org="com.github.leeyazhou" name="cobertura" rev="2.1.2.RELEASE">
<artifact name="cobertura" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='cobertura', version='2.1.2.RELEASE')
)
libraryDependencies += "com.github.leeyazhou" % "cobertura" % "2.1.2.RELEASE"
[com.github.leeyazhou/cobertura "2.1.2.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.ow2.asm : asm | jar | 5.0.1 |
| org.ow2.asm : asm-tree | jar | 5.0.1 |
| org.ow2.asm : asm-commons | jar | 5.0.1 |
| org.ow2.asm : asm-util | jar | 5.0.1 |
| org.ow2.asm : asm-analysis | jar | 5.0.1 |
| oro : oro | jar | 2.0.8 |
| jaxen : jaxen | jar | 1.1.4 |
| org.apache.ant : ant | jar | 1.9.14 |
| org.apache.ant : ant-junit | jar | 1.9.14 |
| org.apache.ant : ant-junit4 | jar | 1.9.14 |
| junit : junit | jar | 4.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-io : commons-io | jar | 2.2 |
| org.jdom : jdom | jar | 1.1.3 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.codehaus.groovy : groovy-all | jar | 1.6.9 |
| net.java.dev.javacc : javacc | jar | 5.0 |
| org.mockito : mockito-all | jar | 1.10.19 |