MVN

org.apache.maven.reporting : maven-reporting-api

Maven & Gradle

Jul 06, 2023
325 usages
6 stars

Apache Maven Reporting API · API to manage report generation.

<dependency>
    <groupId>org.apache.maven.reporting</groupId>
    <artifactId>maven-reporting-api</artifactId>
    <version>4.0.0-M7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.maven.reporting : maven-reporting-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-M7
  • Latest Beta: 2.0-beta-3
  • Latest Alpha: 2.0-alpha-3

All Versions

Choose a version of org.apache.maven.reporting : maven-reporting-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
maven-reporting-api-4.0.0-M7
maven-reporting-api-4.0.0-M6
maven-reporting-api-4.0.0-M5
maven-reporting-api-4.0.0-M4
maven-reporting-api-4.0.0-M3
maven-reporting-api-4.0.0-M2
maven-reporting-api-4.0.0-M1
3.1.x
maven-reporting-api-3.1.1
maven-reporting-api-3.1.0
3.0
maven-reporting-api-3.0
2.2.x
maven-reporting-api-2.2.1
maven-reporting-api-2.2.0
2.1.x
maven-reporting-api-2.1.0
maven-reporting-api-2.1.0-M1
2.0.x
maven-reporting-api-2.0.11
maven-reporting-api-2.0.10
maven-reporting-api-2.0.9
maven-reporting-api-2.0.8
maven-reporting-api-2.0.7
maven-reporting-api-2.0.6
maven-reporting-api-2.0.5
maven-reporting-api-2.0.4
maven-reporting-api-2.0.3
maven-reporting-api-2.0.2
maven-reporting-api-2.0.1
2.0
maven-reporting-api-2.0
maven-reporting-api-2.0-beta-3
maven-reporting-api-2.0-beta-2
maven-reporting-api-2.0-beta-1
maven-reporting-api-2.0-alpha-3
maven-reporting-api-2.0-alpha-2

How to add a dependency to Maven

Add the following org.apache.maven.reporting : maven-reporting-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.maven.reporting</groupId>
    <artifactId>maven-reporting-api</artifactId>
    <version>4.0.0-M7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.maven.reporting : maven-reporting-api gradle dependency to your build.gradle file:

implementation 'org.apache.maven.reporting:maven-reporting-api:4.0.0-M7'

Gradle Kotlin DSL: Add the following org.apache.maven.reporting : maven-reporting-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.maven.reporting:maven-reporting-api:4.0.0-M7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.maven.reporting : maven-reporting-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.maven.reporting" % "maven-reporting-api" % "4.0.0-M7"

Advertisement