MVN

org.webjars.bowergithub.apexcharts : apexcharts.js

Maven & Gradle

Aug 05, 2022
13.8k stars

apexcharts.js · WebJar for apexcharts.js

<dependency>
    <groupId>org.webjars.bowergithub.apexcharts</groupId>
    <artifactId>apexcharts.js</artifactId>
    <version>3.35.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.apexcharts : apexcharts.js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.35.0

All Versions

Choose a version of org.webjars.bowergithub.apexcharts : apexcharts.js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.35.x
apexcharts.js-3.35.0
3.28.x
apexcharts.js-3.28.2
3.27.x
apexcharts.js-3.27.3

How to add a dependency to Maven

Add the following org.webjars.bowergithub.apexcharts : apexcharts.js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.apexcharts</groupId>
    <artifactId>apexcharts.js</artifactId>
    <version>3.35.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.apexcharts : apexcharts.js gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.apexcharts:apexcharts.js:3.35.0'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.apexcharts : apexcharts.js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.apexcharts:apexcharts.js:3.35.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.apexcharts : apexcharts.js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.apexcharts" % "apexcharts.js" % "3.35.0"