.templates.3.7.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 templates Show documentation
Show all versions of templates Show documentation
The atoms of your platform
module com.hexagonkt.templates {
requires transitive com.hexagonkt.core;
exports com.hexagonkt.templates;
}