License |
License |
---|---|
GroupId | GroupIdcom.googlecode.gflot |
ArtifactId | ArtifactIdgflot |
Version | Version3.3.0 |
Type | Typejar |
Description |
DescriptionGFlot :: API
A GWT module that provides widgets for creation and manipulation of charts based on the Flot JavaScript
library.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gflot-3.3.0.pom | |
gflot-3.3.0.jar | 474 KB |
gflot-3.3.0-sources.jar | 286 KB |
gflot-3.3.0-javadoc.jar | 900 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.gflot/gflot/ -->
<dependency>
<groupId>com.googlecode.gflot</groupId>
<artifactId>gflot</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gflot/gflot/
implementation 'com.googlecode.gflot:gflot:3.3.0'
// https://jarcasting.com/artifacts/com.googlecode.gflot/gflot/
implementation ("com.googlecode.gflot:gflot:3.3.0")
'com.googlecode.gflot:gflot:jar:3.3.0'
<dependency org="com.googlecode.gflot" name="gflot" rev="3.3.0">
<artifact name="gflot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gflot', module='gflot', version='3.3.0')
)
libraryDependencies += "com.googlecode.gflot" % "gflot" % "3.3.0"
[com.googlecode.gflot/gflot "3.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.2.0 |