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

net.sourceforge.cobertura:cobertura-runtime 2.0

Cobertura Runtime artifact to prevent unneeded dependencies at runtime.

Категории

Категории

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

Группа

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

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

cobertura-runtime
Версия

Версия

2.0
Тип

Тип

pom

Скачать cobertura-runtime 2.0

Имя Файла Размер
cobertura-runtime-2.0.pom 1 KB
Обзор

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