GroupId | GroupIdcom.googlecode.gflot |
---|---|
ArtifactId | ArtifactIdgflot |
Version | Version3.1.2 |
Type | Typejar |
Filename | Size |
---|---|
gflot-3.1.2.pom | |
gflot-3.1.2.jar | 475 KB |
gflot-3.1.2-sources.jar | 283 KB |
gflot-3.1.2-javadoc.jar | 868 KB |
Browse |
<!-- 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"]