ilszewc.tabulator.3.6.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 tabulator Show documentation
Show all versions of tabulator Show documentation
Simple tables/lists output formater
The newest version!
/**
* Tabulator module
*/
module io.github.kamilszewc.tabulator {
requires lombok;
requires io.github.kamilszewc.javaansitextcolorizer;
exports io.github.kamilszewc.tabulator;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy