Last Version

Apache Maven Reporting Implementation 4.0.0-M1

Abstract classes to manage report generation.

License

License

Categories

Categories

Maven Build Tools Reporting Business Logic Libraries
GroupId

GroupId

org.apache.maven.reporting
ArtifactId

ArtifactId

maven-reporting-impl
Version

Version

4.0.0-M1
Type

Type

jar
Description

Description

Apache Maven Reporting Implementation
Abstract classes to manage report generation.
Project URL

Project URL

https://maven.apache.org/shared/maven-reporting-impl/
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://github.com/apache/maven-reporting-impl/tree/maven-reporting-impl-4.0.0-M1

Download maven-reporting-impl 4.0.0-M1


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

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.maven.reporting : maven-reporting-api jar 4.0.0-M1
org.apache.maven : maven-core jar 3.2.5
org.apache.maven : maven-plugin-api jar 3.2.5
org.apache.maven.shared : maven-shared-utils jar 3.3.4
org.apache.maven.doxia : doxia-sink-api jar 2.0.0-M2
org.apache.maven.doxia : doxia-decoration-model jar 2.0.0-M2
org.apache.maven.doxia : doxia-core jar 2.0.0-M2
org.apache.maven.doxia : doxia-site-renderer jar 2.0.0-M2
org.codehaus.plexus : plexus-utils jar 3.3.1

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
junit-addons : junit-addons jar 1.4

Project Modules

There are no modules declared in this project.