| Группа | Группаde.gsi |
|---|---|
| Идентификатор | Идентификаторchartfx-samples |
| Версия | Версия11.1.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| chartfx-samples-11.1.4.pom | |
| chartfx-samples-11.1.4.jar | 797 KB |
| chartfx-samples-11.1.4-sources.jar | 573 KB |
| chartfx-samples-11.1.4-javadoc.jar | 977 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.gsi/chartfx-samples/ -->
<dependency>
<groupId>de.gsi</groupId>
<artifactId>chartfx-samples</artifactId>
<version>11.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.gsi/chartfx-samples/
implementation 'de.gsi:chartfx-samples:11.1.4'
// https://jarcasting.com/artifacts/de.gsi/chartfx-samples/
implementation ("de.gsi:chartfx-samples:11.1.4")
'de.gsi:chartfx-samples:jar:11.1.4'
<dependency org="de.gsi" name="chartfx-samples" rev="11.1.4">
<artifact name="chartfx-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.gsi', module='chartfx-samples', version='11.1.4')
)
libraryDependencies += "de.gsi" % "chartfx-samples" % "11.1.4"
[de.gsi/chartfx-samples "11.1.4"]