License |
License |
---|---|
GroupId | GroupIduk.theretiredprogrammer |
ArtifactId | ArtifactIdcreatemesh |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCreate Mesh
Create a mesh of 3D surfaces suitable for Blender presentation, from a custom format file of 3D points
|
Filename | Size |
---|---|
createmesh-2.0.0.pom | |
createmesh-2.0.0.jar | 37 KB |
createmesh-2.0.0-sources.jar | 23 KB |
createmesh-2.0.0-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.theretiredprogrammer/createmesh/ -->
<dependency>
<groupId>uk.theretiredprogrammer</groupId>
<artifactId>createmesh</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.theretiredprogrammer/createmesh/
implementation 'uk.theretiredprogrammer:createmesh:2.0.0'
// https://jarcasting.com/artifacts/uk.theretiredprogrammer/createmesh/
implementation ("uk.theretiredprogrammer:createmesh:2.0.0")
'uk.theretiredprogrammer:createmesh:jar:2.0.0'
<dependency org="uk.theretiredprogrammer" name="createmesh" rev="2.0.0">
<artifact name="createmesh" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.theretiredprogrammer', module='createmesh', version='2.0.0')
)
libraryDependencies += "uk.theretiredprogrammer" % "createmesh" % "2.0.0"
[uk.theretiredprogrammer/createmesh "2.0.0"]