Skip to content
Matthias Schildwächter edited this page Oct 10, 2017 · 5 revisions

Description

Contains util classes which may be used in all AnonML modules (Anonymization, Label, Producer, Replacement) but also functions like finding the right path to necessary files.

Installation

Needs to be installed in the local maven repository so that every module can access it over the pom. For this porpuse it is necessary to clone it (e.g. via. https://github.com/anon-ml/anonml-core.git) and then install it via mvn clean install

Clone this wiki locally