Registry / utility / jcommon

jcommon

JSON →
library1.0.24javamavenunverified

A general-purpose Java class library providing utilities for charts, reports, and other JFree projects.

<dependency> <groupId>org.jfree</groupId> <artifactId>jcommon</artifactId> <version>1.0.24</version> </dependency>
INSTALL
IMPORT
SIG · JCOMMON
J
jcommon
utilityjavav1.0.24
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JFreeChart
org.jfree.chart.JFreeChart

Creates a bar chart using JFreeChart.

import org.jfree.chart.JFreeChart; import org.jfree.data.category.DefaultCategoryDataset; public class Example { public static void main(String[] args) { DefaultCategoryDataset dataset = new DefaultCategoryDataset(); dataset.addValue(1.0, "Series1", "Category1"); JFreeChart chart = JFreeChart.createBarChart("Title", "Category", "Value", dataset); System.out.println(chart.getTitle()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.24latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
jcommon — mvn dependency:get jcommon · libregistry