License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Cobertura Application Testing & Monitoring Code Coverage |
GroupId | GroupIdcom.mapvine |
ArtifactId | ArtifactIdgradle-cobertura-plugin |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle Cobertura Plugin
Gradle plugin for using Cobertura code coverage
|
<!-- https://jarcasting.com/artifacts/com.mapvine/gradle-cobertura-plugin/ -->
<dependency>
<groupId>com.mapvine</groupId>
<artifactId>gradle-cobertura-plugin</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mapvine/gradle-cobertura-plugin/
implementation 'com.mapvine:gradle-cobertura-plugin:1.0'
// https://jarcasting.com/artifacts/com.mapvine/gradle-cobertura-plugin/
implementation ("com.mapvine:gradle-cobertura-plugin:1.0")
'com.mapvine:gradle-cobertura-plugin:jar:1.0'
<dependency org="com.mapvine" name="gradle-cobertura-plugin" rev="1.0">
<artifact name="gradle-cobertura-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mapvine', module='gradle-cobertura-plugin', version='1.0')
)
libraryDependencies += "com.mapvine" % "gradle-cobertura-plugin" % "1.0"
[com.mapvine/gradle-cobertura-plugin "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 0.6-groovy-1.8 |