MVN

de.gsi.report : chartfx-report

Maven & Gradle

Nov 09, 2021
318 stars

report · Container for handling testing and code coverage reports

<dependency>
    <groupId>de.gsi.report</groupId>
    <artifactId>chartfx-report</artifactId>
    <version>11.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.gsi.report : chartfx-report to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.2.6

All Versions

Choose a version of de.gsi.report : chartfx-report to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.2.x
chartfx-report-11.2.6
chartfx-report-11.2.5
chartfx-report-11.2.4
chartfx-report-11.2.3
chartfx-report-11.2.2
chartfx-report-11.2.1
chartfx-report-11.2.0
11.1.x
chartfx-report-11.1.5
chartfx-report-11.1.4
chartfx-report-11.1.3
chartfx-report-11.1.2
8.1.x
chartfx-report-8.1.5
chartfx-report-8.1.4
chartfx-report-8.1.3

How to add a dependency to Maven

Add the following de.gsi.report : chartfx-report maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.gsi.report</groupId>
    <artifactId>chartfx-report</artifactId>
    <version>11.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.gsi.report : chartfx-report gradle dependency to your build.gradle file:

implementation 'de.gsi.report:chartfx-report:11.2.6'

Gradle Kotlin DSL: Add the following de.gsi.report : chartfx-report gradle kotlin dependency to your build.gradle.kts file:

implementation("de.gsi.report:chartfx-report:11.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.gsi.report : chartfx-report sbt scala dependency to your build.sbt file:

libraryDependencies += "de.gsi.report" % "chartfx-report" % "11.2.6"

Advertisement