MVN

io.axual.client : report

Maven & Gradle

Nov 18, 2022

Jacoco report aggregator · This module aggregates the unit test coverage reports for all submodules.

<dependency>
    <groupId>io.axual.client</groupId>
    <artifactId>report</artifactId>
    <version>6.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.axual.client : report to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.6
  • Latest Release Candidate: 5.8.6-RC3

All Versions

Choose a version of io.axual.client : report to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
report-6.0.6
report-6.0.5
report-6.0.4
report-6.0.3
report-6.0.2
report-6.0.1
report-6.0.0
report-6.0.0-RC1
5.8.x
report-5.8.6
report-5.8.6-RC3
report-5.8.6-RC2
report-5.8.6-RC1
report-5.8.5
report-5.8.4
report-5.8.3
report-5.8.2
report-5.8.1
report-5.8.0
report-5.8.0-RC1
5.7.x
report-5.7.3
report-5.7.2
report-5.7.1
report-5.7.0
5.6.x
report-5.6.1
report-5.6.0
5.5.x
report-5.5.3
report-5.5.2
report-5.5.1
report-5.5.0
5.4.x
report-5.4.5
report-5.4.4
0.0.x
report-0.0.12
report-0.0.7
report-0.0.6
report-0.0.5
report-0.0.4
report-0.0.1

How to add a dependency to Maven

Add the following io.axual.client : report maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.axual.client</groupId>
    <artifactId>report</artifactId>
    <version>6.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.axual.client : report gradle dependency to your build.gradle file:

implementation 'io.axual.client:report:6.0.6'

Gradle Kotlin DSL: Add the following io.axual.client : report gradle kotlin dependency to your build.gradle.kts file:

implementation("io.axual.client:report:6.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.axual.client : report sbt scala dependency to your build.sbt file:

libraryDependencies += "io.axual.client" % "report" % "6.0.6"