MVN

com.googlecode.gflot : gflot

Maven & Gradle

Nov 15, 2014
2 usages
28 stars

GFlot :: API · A GWT module that provides widgets for creation and manipulation of charts based on the Flot JavaScript library.

<dependency>
    <groupId>com.googlecode.gflot</groupId>
    <artifactId>gflot</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.gflot : gflot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.0

All Versions

Choose a version of com.googlecode.gflot : gflot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
gflot-3.3.0
3.2.x
gflot-3.2.1
gflot-3.2.0
3.1.x
gflot-3.1.2
gflot-3.1.1
gflot-3.1.0
3.0.x
gflot-3.0.3
gflot-3.0.1
gflot-3.0.0
2.4.x
gflot-2.4.3
gflot-2.4.2
gflot-2.4.1
gflot-2.4.0

How to add a dependency to Maven

Add the following com.googlecode.gflot : gflot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.gflot</groupId>
    <artifactId>gflot</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.gflot : gflot gradle dependency to your build.gradle file:

implementation 'com.googlecode.gflot:gflot:3.3.0'

Gradle Kotlin DSL: Add the following com.googlecode.gflot : gflot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.gflot:gflot:3.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.gflot : gflot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.gflot" % "gflot" % "3.3.0"

Advertisement