MVN

com.jwebmp.plugins.graphing : jwebmp-chartjs

Maven & Gradle

Feb 10, 2022
1 usages
112 stars

ChartJS · Java library for use with Chart.js javascript

<dependency>
    <groupId>com.jwebmp.plugins.graphing</groupId>
    <artifactId>jwebmp-chartjs</artifactId>
    <version>1.2.2.1-jre17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jwebmp.plugins.graphing : jwebmp-chartjs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2.1-jre17

All Versions

Choose a version of com.jwebmp.plugins.graphing : jwebmp-chartjs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
jwebmp-chartjs-1.2.2.1-jre17
jwebmp-chartjs-1.2.2.1
jwebmp-chartjs-1.2.1.2-jre17
jwebmp-chartjs-1.2.1.1-jre17

How to add a dependency to Maven

Add the following com.jwebmp.plugins.graphing : jwebmp-chartjs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jwebmp.plugins.graphing</groupId>
    <artifactId>jwebmp-chartjs</artifactId>
    <version>1.2.2.1-jre17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jwebmp.plugins.graphing : jwebmp-chartjs gradle dependency to your build.gradle file:

implementation 'com.jwebmp.plugins.graphing:jwebmp-chartjs:1.2.2.1-jre17'

Gradle Kotlin DSL: Add the following com.jwebmp.plugins.graphing : jwebmp-chartjs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jwebmp.plugins.graphing:jwebmp-chartjs:1.2.2.1-jre17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jwebmp.plugins.graphing : jwebmp-chartjs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jwebmp.plugins.graphing" % "jwebmp-chartjs" % "1.2.2.1-jre17"