A small utility package providing common interfaces and utilities for openLCA projects. This library contains essential building blocks that can be used across different openLCA components.
Add this dependency to your Maven project:
<dependency>
<groupId>org.openlca</groupId>
<artifactId>olca-commons</artifactId>
<version>1.0.0</version>
</dependency>This project is licensed under the Mozilla Public License, Version 2.0. See the LICENSE file for details.
This is a utility library with a focus on stability. Once classes and methods are added to the public API, they are designed not to change to ensure backward compatibility across openLCA projects.