License |
License |
---|---|
GroupId | GroupIdjfree |
ArtifactId | ArtifactIdjcommon |
Last Version | Last Version1.0.16 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjcommon
JCommon is a free general purpose Java class library that is used in several projects at www.jfree.org, including JFreeChart and JFreeReport.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jcommon-1.0.16.pom | |
jcommon-1.0.16.jar | 298 KB |
jcommon-1.0.16-sources.jar | 731 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jfree/jcommon/ -->
<dependency>
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
<version>1.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/jfree/jcommon/
implementation 'jfree:jcommon:1.0.16'
// https://jarcasting.com/artifacts/jfree/jcommon/
implementation ("jfree:jcommon:1.0.16")
'jfree:jcommon:jar:1.0.16'
<dependency org="jfree" name="jcommon" rev="1.0.16">
<artifact name="jcommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='jfree', module='jcommon', version='1.0.16')
)
libraryDependencies += "jfree" % "jcommon" % "1.0.16"
[jfree/jcommon "1.0.16"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |