Last Version

Maven Reporting API 3.0-alpha-2

Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.

License

License

Categories

Categories

Maven Build Tools Reporting Business Logic Libraries
GroupId

GroupId

org.apache.maven
ArtifactId

ArtifactId

maven-reporting-api
Version

Version

3.0-alpha-2
Type

Type

jar
Description

Description

Maven Reporting API
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
Project Organization

Project Organization

The Apache Software Foundation

Download maven-reporting-api 3.0-alpha-2


<!-- https://jarcasting.com/artifacts/org.apache.maven/maven-reporting-api/ -->
<dependency>
    <groupId>org.apache.maven</groupId>
    <artifactId>maven-reporting-api</artifactId>
    <version>3.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven/maven-reporting-api/
implementation 'org.apache.maven:maven-reporting-api:3.0-alpha-2'
// https://jarcasting.com/artifacts/org.apache.maven/maven-reporting-api/
implementation ("org.apache.maven:maven-reporting-api:3.0-alpha-2")
'org.apache.maven:maven-reporting-api:jar:3.0-alpha-2'
<dependency org="org.apache.maven" name="maven-reporting-api" rev="3.0-alpha-2">
  <artifact name="maven-reporting-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven', module='maven-reporting-api', version='3.0-alpha-2')
)
libraryDependencies += "org.apache.maven" % "maven-reporting-api" % "3.0-alpha-2"
[org.apache.maven/maven-reporting-api "3.0-alpha-2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.maven.doxia : doxia-sink-api jar 1.0-alpha-9

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.