MVN

io.axual.helper : report-aggregate

Maven & Gradle

Feb 13, 2023

report-aggregate · Used to aggregate submodule jacoco reports

<dependency>
    <groupId>io.axual.helper</groupId>
    <artifactId>report-aggregate</artifactId>
    <version>1.0.0-M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.axual.helper : report-aggregate to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-M2

All Versions

Choose a version of io.axual.helper : report-aggregate to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
report-aggregate-1.0.0-M2
report-aggregate-1.0.0-M1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.axual.helper</groupId>
    <artifactId>report-aggregate</artifactId>
    <version>1.0.0-M2</version>
</dependency>

Advertisement