| License |
License |
|---|---|
| Categories |
CategoriesNet Charts User Interface CLI |
| GroupId | GroupIdnet.sf.click |
| ArtifactId | ArtifactIdclick-charts |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionClick Charts
Click Charts provides JavaScript based charting components for Apache Click.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| click-charts-1.2.0.pom | |
| click-charts-1.2.0.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.click/click-charts/ -->
<dependency>
<groupId>net.sf.click</groupId>
<artifactId>click-charts</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.click/click-charts/
implementation 'net.sf.click:click-charts:1.2.0'
// https://jarcasting.com/artifacts/net.sf.click/click-charts/
implementation ("net.sf.click:click-charts:1.2.0")
'net.sf.click:click-charts:jar:1.2.0'
<dependency org="net.sf.click" name="click-charts" rev="1.2.0">
<artifact name="click-charts" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.click', module='click-charts', version='1.2.0')
)
libraryDependencies += "net.sf.click" % "click-charts" % "1.2.0"
[net.sf.click/click-charts "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.click : click | jar | 2.2.0 |
| org.apache.click : click-extras | jar | 2.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.3 |