e

emma_ant

Files download
File Operation
emma_ant-2.0.5312.jar download
emma_ant-2.0.5312.pom download
Apache Maven
<dependency>
  <groupId>emma</groupId>
  <artifactId>emma_ant</artifactId>
  <version>2.0.5312</version>
</dependency>
Gradle Groovy
implementation 'emma:emma_ant:2.0.5312'
Gradle Kotlin
implementation("emma:emma_ant:2.0.5312")
Scala SBT
libraryDependencies += "emma" % "emma_ant" % "2.0.5312"
Groovy Grape
@Grapes(
  @Grab(group='emma', module='emma_ant', version='2.0.5312')
)
Apache Ivy
<dependency org="emma" name="emma_ant" rev="2.0.5312" />
Leiningen
[emma/emma_ant "2.0.5312"]
Apache Buildr
'emma:emma_ant:jar:2.0.5312'
Dependencies

compile

|-- ant:ant:1.6.3