Download emma_ant-2.1.5320.jar file - Jar e

Jar examples for e:emma-ant

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_ant 2.1.5320 in this page.

License

Common Public License v1.0

Build File

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

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

Download

Click the following link to download the jar file.

emma_ant-2.1.5320-javadoc.jar
emma_ant-2.1.5320-sources.jar
emma_ant-2.1.5320.jar
emma_ant-2.1.5320.pom



Related Tutorials