is not current version
Last Version 1.4

maven-plugins:maven-cobertura-plugin 1.3.1

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.

Categories

Categories

Maven Build Tools Cobertura Application Testing & Monitoring Code Coverage
GroupId

GroupId

maven-plugins
ArtifactId

ArtifactId

maven-cobertura-plugin
Version

Version

1.3.1
Type

Type

jar

Download maven-cobertura-plugin 1.3.1


<!-- https://jarcasting.com/artifacts/maven-plugins/maven-cobertura-plugin/ -->
<dependency>
    <groupId>maven-plugins</groupId>
    <artifactId>maven-cobertura-plugin</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/maven-plugins/maven-cobertura-plugin/
implementation 'maven-plugins:maven-cobertura-plugin:1.3.1'
// https://jarcasting.com/artifacts/maven-plugins/maven-cobertura-plugin/
implementation ("maven-plugins:maven-cobertura-plugin:1.3.1")
'maven-plugins:maven-cobertura-plugin:jar:1.3.1'
<dependency org="maven-plugins" name="maven-cobertura-plugin" rev="1.3.1">
  <artifact name="maven-cobertura-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven-plugins', module='maven-cobertura-plugin', version='1.3.1')
)
libraryDependencies += "maven-plugins" % "maven-cobertura-plugin" % "1.3.1"
[maven-plugins/maven-cobertura-plugin "1.3.1"]