Download coveralls-maven-plugin-4.3.0.jar file - Jar c

Jar examples for c:coveralls-maven-plugin

Description

Maven plugin for submitting Java code coverage reports to Coveralls web service.

You can download jar file coveralls-maven-plugin 4.3.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add coveralls-maven-plugin-4.3.0.jar to your project.

<dependency>
   <groupId>org.eluder.coveralls</groupId>
   <artifactId>coveralls-maven-plugin</artifactId>
   <version>4.3.0</version>
</dependency>
compile group: 'org.eluder.coveralls', name: 'coveralls-maven-plugin', version: '4.3.0'
libraryDependencies += "org.eluder.coveralls" % "coveralls-maven-plugin" % "4.3.0"
<dependency org="org.eluder.coveralls" name="coveralls-maven-plugin" rev="4.3.0"/>
@Grapes(@Grab(group='org.eluder.coveralls', module='coveralls-maven-plugin', version='4.3.0'))
'org.eluder.coveralls:coveralls-maven-plugin:jar:4.3.0'

Download

Click the following link to download the jar file.

coveralls-maven-plugin-4.3.0-javadoc.jar
coveralls-maven-plugin-4.3.0-sources.jar
coveralls-maven-plugin-4.3.0-test-sources.jar
coveralls-maven-plugin-4.3.0.jar
coveralls-maven-plugin-4.3.0.pom



Related Tutorials