Install latest version from maven central repository
<dependency>
<groupId>io.github.odre-framework</groupId>
<artifactId>odre-core</artifactId>
<version>0.1.2</version>
</dependency>String policy = // ODRL policy goes here
Map<String, Object> interpolations = new HashMap<>();
ODRE odre = new ODRE();
Map<String, String> usage = odre.enforce(policy, interpolations);@misc{cimmino2024opendigitalrightsenforcement,
title={Open Digital Rights Enforcement Framework (ODRE): from descriptive to enforceable policies},
author={Andrea Cimmino and Juan Cano-Benito and Raúl García-Castro},
year={2024},
eprint={2409.17602},
archivePrefix={arXiv},
primaryClass={cs.CR},
url={https://arxiv.org/abs/2409.17602},
}