is not current version
Last Version 1.0

com.mapvine:gradle-cobertura-plugin 0.3

Gradle plugin for using Cobertura code coverage

Categories

Categories

Gradle Build Tools Cobertura Application Testing & Monitoring Code Coverage
GroupId

GroupId

com.mapvine
ArtifactId

ArtifactId

gradle-cobertura-plugin
Version

Version

0.3
Type

Type

jar

Download gradle-cobertura-plugin 0.3


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