Download emma-2.1.5320.jar file - Jar e

Jar examples for e:emma

Description

EMMA is a fast Java code coverage tool based on bytecode instrumentation. It differs from the existing tools by enabling coverage profiling on large scale enterprise software projects with simultaneous emphasis on fast individual development.

You can download jar file emma 2.1.5320 in this page.

License

Common Public License v1.0

Build File

You can use the following script to add emma-2.1.5320.jar to your project.

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

Download

Click the following link to download the jar file.

emma-2.1.5320-javadoc.jar
emma-2.1.5320-sources.jar
emma-2.1.5320.jar
emma-2.1.5320.pom



Related Tutorials