License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdemma |
ArtifactId | ArtifactIdemma_ant |
Last Version | Last Version2.1.5320 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEMMA Ant
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
emma_ant-2.1.5320.pom | |
emma_ant-2.1.5320.jar | 40 KB |
emma_ant-2.1.5320-sources.jar | 3 MB |
emma_ant-2.1.5320-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/emma/emma_ant/ -->
<dependency>
<groupId>emma</groupId>
<artifactId>emma_ant</artifactId>
<version>2.1.5320</version>
</dependency>
// https://jarcasting.com/artifacts/emma/emma_ant/
implementation 'emma:emma_ant:2.1.5320'
// https://jarcasting.com/artifacts/emma/emma_ant/
implementation ("emma:emma_ant:2.1.5320")
'emma:emma_ant:jar:2.1.5320'
<dependency org="emma" name="emma_ant" rev="2.1.5320">
<artifact name="emma_ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='emma', module='emma_ant', version='2.1.5320')
)
libraryDependencies += "emma" % "emma_ant" % "2.1.5320"
[emma/emma_ant "2.1.5320"]