rvals4j-jackson.0.0.2.1.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 intervals4j-jackson Show documentation
Show all versions of intervals4j-jackson Show documentation
Intervals java library jackson (de)serialization functionality
module intervals4j.jackson {
// required in compile time
requires intervals4j;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
// exported in compile time
exports ws.slink.intervals.jackson;
}