is not current version
Last Version 2.1.1

net.sourceforge.cobertura:cobertura-runtime 1.9.4.1

Cobertura Runtime artifact to prevent unneeded dependencies at runtime.

Categories

Categories

Net Cobertura Application Testing & Monitoring Code Coverage
GroupId

GroupId

net.sourceforge.cobertura
ArtifactId

ArtifactId

cobertura-runtime
Version

Version

1.9.4.1
Type

Type

pom

Download cobertura-runtime 1.9.4.1


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