| License |
License |
|---|---|
| GroupId | GroupIdcom.github.wshackle |
| ArtifactId | ArtifactIdposeList3DPlot |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionposeList3DPlot
Plots mulitple lists of Points or Poses(showing orientation) in 3D using JavaFX read from CSV files.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationNIST |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| poseList3DPlot-1.1.pom | |
| poseList3DPlot-1.1.jar | 3 MB |
| poseList3DPlot-1.1-sources.jar | 76 KB |
| poseList3DPlot-1.1-javadoc.jar | 104 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wshackle/poseList3DPlot/ -->
<dependency>
<groupId>com.github.wshackle</groupId>
<artifactId>poseList3DPlot</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wshackle/poseList3DPlot/
implementation 'com.github.wshackle:poseList3DPlot:1.1'
// https://jarcasting.com/artifacts/com.github.wshackle/poseList3DPlot/
implementation ("com.github.wshackle:poseList3DPlot:1.1")
'com.github.wshackle:poseList3DPlot:jar:1.1'
<dependency org="com.github.wshackle" name="poseList3DPlot" rev="1.1">
<artifact name="poseList3DPlot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wshackle', module='poseList3DPlot', version='1.1')
)
libraryDependencies += "com.github.wshackle" % "poseList3DPlot" % "1.1"
[com.github.wshackle/poseList3DPlot "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.wshackle : rcslib | jar | 2015.05.04.02 |
| org.apache.commons : commons-math3 | jar | 3.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |