| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jfree |
| Идентификатор | Идентификаторorg.jfree.chart3d.fx |
| Версия | Версия2.1.1 |
| Тип | Типjar |
| Описание |
ОписаниеOrson Charts FX
Orson Charts FX is an extension for Orson Charts that provides JavaFX support.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| org.jfree.chart3d.fx-2.1.1.pom | |
| org.jfree.chart3d.fx-2.1.1.jar | 13 KB |
| org.jfree.chart3d.fx-2.1.1-sources.jar | 12 KB |
| org.jfree.chart3d.fx-2.1.1-javadoc.jar | 156 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jfree/org.jfree.chart3d.fx/ -->
<dependency>
<groupId>org.jfree</groupId>
<artifactId>org.jfree.chart3d.fx</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfree/org.jfree.chart3d.fx/
implementation 'org.jfree:org.jfree.chart3d.fx:2.1.1'
// https://jarcasting.com/artifacts/org.jfree/org.jfree.chart3d.fx/
implementation ("org.jfree:org.jfree.chart3d.fx:2.1.1")
'org.jfree:org.jfree.chart3d.fx:jar:2.1.1'
<dependency org="org.jfree" name="org.jfree.chart3d.fx" rev="2.1.1">
<artifact name="org.jfree.chart3d.fx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfree', module='org.jfree.chart3d.fx', version='2.1.1')
)
libraryDependencies += "org.jfree" % "org.jfree.chart3d.fx" % "2.1.1"
[org.jfree/org.jfree.chart3d.fx "2.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jfree : org.jfree.chart3d | jar | 2.1.0 |
| org.openjfx : javafx-controls | jar | 17.0.2 |
| org.jfree : org.jfree.fxgraphics2d | jar | 2.1.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |