This is a Java library for reading and writing data sets in the EcoSpold 01 data format. It was originally part of the openLCA modules but was moved to a separate repository since version 2.0.0.
Add this dependency to your project:
<dependency>
<groupId>org.openlca</groupId>
<artifactId>olca-ecospold-1</artifactId>
<version>2.0.0</version>
</dependency>
See the read-write-test for a simple example how data sets can be read and written.