Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 759 Bytes

File metadata and controls

25 lines (15 loc) · 759 Bytes

olca-commons

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.

Installation

Add this dependency to your Maven project:

<dependency>
    <groupId>org.openlca</groupId>
    <artifactId>olca-commons</artifactId>
    <version>1.0.0</version>
</dependency>

License

This project is licensed under the Mozilla Public License, Version 2.0. See the LICENSE file for details.

Contributing

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.