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