y-thymeleaf.3.1.2.source-code.module-info Maven / Gradle / Ivy
/*
* Jooby https://jooby.io
* Apache License Version 2.0 https://jooby.io/LICENSE.txt
* Copyright 2014 Edgar Espina
*/
/** Thymeleaf module. */
module io.jooby.thymeleaf {
exports io.jooby.thymeleaf;
requires io.jooby;
requires static com.github.spotbugs.annotations;
requires typesafe.config;
requires thymeleaf;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy