Jar examples for e:emma
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.
Common Public License v1.0
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'
Click the following link to download the jar file.
emma-2.1.5320-javadoc.jar