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