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