is not current version
Last Version 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.

GroupId

GroupId

com.github.wshackle
ArtifactId

ArtifactId

poseList3DPlot
Version

Version

1.0
Type

Type

jar

Download 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"]