dukescript-charts
Charts API for DukeScript. Find more in interactive Javadoc documentation. Available under the MIT License.
License |
License |
---|---|
Categories |
CategoriesCharts User Interface |
GroupId | GroupIdcom.dukescript.charts |
ArtifactId | ArtifactIdpom |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDukeScript Charts
A Java API for drawing charts
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pom-0.6.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dukescript.charts/pom/ -->
<dependency>
<groupId>com.dukescript.charts</groupId>
<artifactId>pom</artifactId>
<version>0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dukescript.charts/pom/
implementation 'com.dukescript.charts:pom:0.6'
// https://jarcasting.com/artifacts/com.dukescript.charts/pom/
implementation ("com.dukescript.charts:pom:0.6")
'com.dukescript.charts:pom:pom:0.6'
<dependency org="com.dukescript.charts" name="pom" rev="0.6">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dukescript.charts', module='pom', version='0.6')
)
libraryDependencies += "com.dukescript.charts" % "pom" % "0.6"
[com.dukescript.charts/pom "0.6"]
Charts API for DukeScript. Find more in interactive Javadoc documentation. Available under the MIT License.