About
Reads, writes and converts 3D files into different formats
Set up dependencies
To use this library add the following dependency to your pom.xml file:
<project>
...
<dependencies>
...
<dependency>
<groupId>com.irurueta</groupId>
<artifactId>irurueta-geometry-io</artifactId>
<version>1.0-SNAPSHOT</version>
<dependency>
...
</dependencies>
...
</project>