не последняя версия
Последняя версия 1.1

com.github.wshackle:poseList3DPlot 1.0

Plots mulitple lists of Points or Poses(showing orientation) in 3D using JavaFX read from CSV files.

Группа

Группа

com.github.wshackle
Идентификатор

Идентификатор

poseList3DPlot
Версия

Версия

1.0
Тип

Тип

jar

Скачать poseList3DPlot 1.0


<!-- https://jarcasting.com/artifacts/com.github.wshackle/poseList3DPlot/ -->
<dependency>
    <groupId>com.github.wshackle</groupId>
    <artifactId>poseList3DPlot</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wshackle/poseList3DPlot/
implementation 'com.github.wshackle:poseList3DPlot:1.0'
// https://jarcasting.com/artifacts/com.github.wshackle/poseList3DPlot/
implementation ("com.github.wshackle:poseList3DPlot:1.0")
'com.github.wshackle:poseList3DPlot:jar:1.0'
<dependency org="com.github.wshackle" name="poseList3DPlot" rev="1.0">
  <artifact name="poseList3DPlot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wshackle', module='poseList3DPlot', version='1.0')
)
libraryDependencies += "com.github.wshackle" % "poseList3DPlot" % "1.0"
[com.github.wshackle/poseList3DPlot "1.0"]