is not current version
Last Version 3.3.0

com.googlecode.gflot:gflot 3.1.2

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

GroupId

GroupId

com.googlecode.gflot
ArtifactId

ArtifactId

gflot
Version

Version

3.1.2
Type

Type

jar

Download gflot 3.1.2


<!-- https://jarcasting.com/artifacts/com.googlecode.gflot/gflot/ -->
<dependency>
    <groupId>com.googlecode.gflot</groupId>
    <artifactId>gflot</artifactId>
    <version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gflot/gflot/
implementation 'com.googlecode.gflot:gflot:3.1.2'
// https://jarcasting.com/artifacts/com.googlecode.gflot/gflot/
implementation ("com.googlecode.gflot:gflot:3.1.2")
'com.googlecode.gflot:gflot:jar:3.1.2'
<dependency org="com.googlecode.gflot" name="gflot" rev="3.1.2">
  <artifact name="gflot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gflot', module='gflot', version='3.1.2')
)
libraryDependencies += "com.googlecode.gflot" % "gflot" % "3.1.2"
[com.googlecode.gflot/gflot "3.1.2"]