dukescript-charts
Charts API for DukeScript. Find more in interactive Javadoc documentation. Available under the MIT License.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCharts Взаимодействие с пользователем |
| Группа | Группаcom.dukescript.charts |
| Идентификатор | Идентификаторpom |
| Последняя версия | Последняя версия0.6 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеDukeScript Charts
A Java API for drawing charts
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| pom-0.6.pom | 7 KB |
| Обзор |
<!-- 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.