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