License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jchart2d |
ArtifactId | ArtifactIdjchart2d |
Last Version | Last Version3.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjchart2d
JChart2D is an easy to use component for displaying two- dimensional traces in a coordinate system written in Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jchart2d-3.3.2.pom | |
jchart2d-3.3.2.jar | 526 KB |
jchart2d-3.3.2-sources.jar | 569 KB |
jchart2d-3.3.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jchart2d/jchart2d/ -->
<dependency>
<groupId>net.sf.jchart2d</groupId>
<artifactId>jchart2d</artifactId>
<version>3.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jchart2d/jchart2d/
implementation 'net.sf.jchart2d:jchart2d:3.3.2'
// https://jarcasting.com/artifacts/net.sf.jchart2d/jchart2d/
implementation ("net.sf.jchart2d:jchart2d:3.3.2")
'net.sf.jchart2d:jchart2d:jar:3.3.2'
<dependency org="net.sf.jchart2d" name="jchart2d" rev="3.3.2">
<artifact name="jchart2d" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jchart2d', module='jchart2d', version='3.3.2')
)
libraryDependencies += "net.sf.jchart2d" % "jchart2d" % "3.3.2"
[net.sf.jchart2d/jchart2d "3.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.xmlgraphics : xmlgraphics-commons | jar | 1.3.1 |
com.jidesoft : jide-oss | jar | 2.4.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |