| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCobertura Тестирование приложения и мониторинг Code Coverage |
| Группа | Группаcom.github.leeyazhou |
| Идентификатор | Идентификаторcobertura-annotations-api |
| Версия | Версия2.1.2.RELEASE |
| Тип | Типjar |
| Описание |
Описаниеcobertura-annotations-api
Cobertura checks and reports on test coverage in your code.
|
| Организация-разработчик |
Организация-разработчикCobertura |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/cobertura-annotations-api/ -->
<dependency>
<groupId>com.github.leeyazhou</groupId>
<artifactId>cobertura-annotations-api</artifactId>
<version>2.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/cobertura-annotations-api/
implementation 'com.github.leeyazhou:cobertura-annotations-api:2.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.leeyazhou/cobertura-annotations-api/
implementation ("com.github.leeyazhou:cobertura-annotations-api:2.1.2.RELEASE")
'com.github.leeyazhou:cobertura-annotations-api:jar:2.1.2.RELEASE'
<dependency org="com.github.leeyazhou" name="cobertura-annotations-api" rev="2.1.2.RELEASE">
<artifact name="cobertura-annotations-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='cobertura-annotations-api', version='2.1.2.RELEASE')
)
libraryDependencies += "com.github.leeyazhou" % "cobertura-annotations-api" % "2.1.2.RELEASE"
[com.github.leeyazhou/cobertura-annotations-api "2.1.2.RELEASE"]