is not current version
Last Version 2.2.1

org.apache.maven.reporting:maven-reporting 2.0.3

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.

Categories

Categories

Maven Build Tools Reporting Business Logic Libraries
GroupId

GroupId

org.apache.maven.reporting
ArtifactId

ArtifactId

maven-reporting
Version

Version

2.0.3
Type

Type

pom

Download maven-reporting 2.0.3

Filename Size
maven-reporting-2.0.3.pom 12 KB
Browse

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