GroupId | GroupIdcom.googlecode.gflot |
---|---|
ArtifactId | ArtifactIdgflot |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
gflot-3.2.0.pom | |
gflot-3.2.0.jar | 471 KB |
gflot-3.2.0-sources.jar | 282 KB |
gflot-3.2.0-javadoc.jar | 855 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.gflot/gflot/ -->
<dependency>
<groupId>com.googlecode.gflot</groupId>
<artifactId>gflot</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gflot/gflot/
implementation 'com.googlecode.gflot:gflot:3.2.0'
// https://jarcasting.com/artifacts/com.googlecode.gflot/gflot/
implementation ("com.googlecode.gflot:gflot:3.2.0")
'com.googlecode.gflot:gflot:jar:3.2.0'
<dependency org="com.googlecode.gflot" name="gflot" rev="3.2.0">
<artifact name="gflot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gflot', module='gflot', version='3.2.0')
)
libraryDependencies += "com.googlecode.gflot" % "gflot" % "3.2.0"
[com.googlecode.gflot/gflot "3.2.0"]