Authors: Niccolo' Tubini, Concetta D'Amato, Daniele Andreis, Giuseppe Formetta
[!WARNING] Repository Update
This repository has undergone several changes compared to the original version. In particular, the build system has been migrated from Gradle to Maven.
If you are looking for the original Gradle-based implementation or wish to continue development from the previous codebase, you can find it under the Git tag v1.9.2.
The library is available on Maven Central
Add the following dependency to your pom.xml:
<dependency>
<groupId>org.geoframe</groupId>
<artifactId>closure-equation</artifactId>
<version>1.9.3</version>
</dependency>