Download sbt-codacy-coverage-1.3.7.jar file - Jar s

Jar examples for s:sbt-codacy-coverage

Description

Codacy Coverage Plugin for Scala

You can download jar file sbt-codacy-coverage 1.3.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add sbt-codacy-coverage-1.3.7.jar to your project.

<dependency>
   <groupId>com.codacy</groupId>
   <artifactId>sbt-codacy-coverage</artifactId>
   <version>1.3.7</version>
</dependency>
compile group: 'com.codacy', name: 'sbt-codacy-coverage', version: '1.3.7'
libraryDependencies += "com.codacy" % "sbt-codacy-coverage" % "1.3.7"
<dependency org="com.codacy" name="sbt-codacy-coverage" rev="1.3.7"/>
@Grapes(@Grab(group='com.codacy', module='sbt-codacy-coverage', version='1.3.7'))
'com.codacy:sbt-codacy-coverage:jar:1.3.7'

Download

Click the following link to download the jar file.

sbt-codacy-coverage-1.3.7-javadoc.jar
sbt-codacy-coverage-1.3.7-sources.jar
sbt-codacy-coverage-1.3.7.jar
sbt-codacy-coverage-1.3.7.pom



Related Tutorials