Download jcoverage-1.0.5.jar file - Jar j

Jar examples for j:jcoverage

Description

You can download jar file jcoverage 1.0.5 in this page.

Build File

You can use the following script to add jcoverage-1.0.5.jar to your project.

<dependency>
   <groupId>jcoverage</groupId>
   <artifactId>jcoverage</artifactId>
   <version>1.0.5</version>
</dependency>
compile group: 'jcoverage', name: 'jcoverage', version: '1.0.5'
libraryDependencies += "jcoverage" % "jcoverage" % "1.0.5"
<dependency org="jcoverage" name="jcoverage" rev="1.0.5"/>
@Grapes(@Grab(group='jcoverage', module='jcoverage', version='1.0.5'))
'jcoverage:jcoverage:jar:1.0.5'

Download

Click the following link to download the jar file.

jcoverage-1.0.5.jar
jcoverage-1.0.5.pom



Related Tutorials