.templates_rocker.3.7.2.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 templates_rocker Show documentation
Show all versions of templates_rocker Show documentation
Template processor adapter for Rocker. Don't support dynamic template loading.
The newest version!
// TODO Rename this file when build script is able to handle automatic modules
module com.hexagonkt.templates_rocker {
requires transitive kotlin.stdlib;
requires transitive com.hexagonkt.templates;
requires rocker.runtime;
exports com.hexagonkt.templates.rocker;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy