evl.evl.1.1.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evl Show documentation
Show all versions of evl Show documentation
Java library that implements generalized multimethods.
The newest version!
module eu.daproject.evl {
exports eu.daproject.evl;
exports eu.daproject.evl.comparators;
exports eu.daproject.evl.exception;
exports eu.daproject.evl.predicate;
exports eu.daproject.evl.util;
}