MVN

org.jvnet.hudson.plugins : emma

Maven & Gradle

Jan 27, 2011

Hudson Emma plugin

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>emma</artifactId>
    <version>1.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.hudson.plugins : emma to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.22

All Versions

Choose a version of org.jvnet.hudson.plugins : emma to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.22
emma-1.22
1.21
emma-1.21
1.20
emma-1.20
1.19
emma-1.19
1.18
emma-1.18
1.17
emma-1.17
1.16
emma-1.16
1.15
emma-1.15
1.14
emma-1.14
1.13
emma-1.13
1.12
emma-1.12
1.11
emma-1.11
1.10
emma-1.10
1.9
emma-1.9
1.6
emma-1.6
1.5
emma-1.5
1.4
emma-1.4
1.3
emma-1.3
1.2
emma-1.2
1.1
emma-1.1
1.0
emma-1.0

How to add a dependency to Maven

Add the following org.jvnet.hudson.plugins : emma maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>emma</artifactId>
    <version>1.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.hudson.plugins : emma gradle dependency to your build.gradle file:

implementation 'org.jvnet.hudson.plugins:emma:1.22'

Gradle Kotlin DSL: Add the following org.jvnet.hudson.plugins : emma gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.hudson.plugins:emma:1.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.hudson.plugins : emma sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.hudson.plugins" % "emma" % "1.22"