License |
License |
---|---|
Categories |
CategoriesCharts User Interface |
GroupId | GroupIdcom.googlecode.charts4j |
ArtifactId | ArtifactIdcharts4j |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncharts4j
charts4j is a free, lightweight charts and graphs Java API. It enables developers to programmatically create the charts available in the Google Chart API through a straightforward and intuitive Java API.
|
Filename | Size |
---|---|
charts4j-1.3.pom | |
charts4j-1.3.jar | 176 KB |
charts4j-1.3-sources.jar | 178 KB |
charts4j-1.3-javadoc.jar | 490 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.charts4j/charts4j/ -->
<dependency>
<groupId>com.googlecode.charts4j</groupId>
<artifactId>charts4j</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.charts4j/charts4j/
implementation 'com.googlecode.charts4j:charts4j:1.3'
// https://jarcasting.com/artifacts/com.googlecode.charts4j/charts4j/
implementation ("com.googlecode.charts4j:charts4j:1.3")
'com.googlecode.charts4j:charts4j:jar:1.3'
<dependency org="com.googlecode.charts4j" name="charts4j" rev="1.3">
<artifact name="charts4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.charts4j', module='charts4j', version='1.3')
)
libraryDependencies += "com.googlecode.charts4j" % "charts4j" % "1.3"
[com.googlecode.charts4j/charts4j "1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |