MVN

nl.topicus : whighcharts

Maven & Gradle

Jul 31, 2015
11 stars

WHighCharts

<dependency>
    <groupId>nl.topicus</groupId>
    <artifactId>whighcharts</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.topicus : whighcharts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0
  • Latest Release Candidate: 1.5-RC1
  • Latest Beta: 6.0.0-beta3

All Versions

Choose a version of nl.topicus : whighcharts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
whighcharts-7.0.0
6.13.x
whighcharts-6.13.0
6.12.x
whighcharts-6.12.0
6.9.x
whighcharts-6.9.1
6.2.x
whighcharts-6.2.0
6.0.x
whighcharts-6.0.0
whighcharts-6.0.0-beta3
1.5.x
whighcharts-1.5.3.1
1.5
whighcharts-1.5-RC1
whighcharts-1.5-M3

How to add a dependency to Maven

Add the following nl.topicus : whighcharts maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.topicus</groupId>
    <artifactId>whighcharts</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.topicus : whighcharts gradle dependency to your build.gradle file:

implementation 'nl.topicus:whighcharts:7.0.0'

Gradle Kotlin DSL: Add the following nl.topicus : whighcharts gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.topicus:whighcharts:7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.topicus : whighcharts sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.topicus" % "whighcharts" % "7.0.0"

Advertisement