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