Golang-like template engine for Java. Implements data-driven templates for generating textual output.
Download the latest JAR or get the dependency via Maven:
<dependency>
<groupId>ru.proninyaroslav</groupId>
<artifactId>java-template-engine</artifactId>
<version>1.2</version>
</dependency>
or Gradle:
compile 'ru.proninyaroslav:java-template-engine:1.2'
Java >= 1.7
See documentation.md file.
Java Template Engine is free software, released under the terms of the Apache 2.0 License.
You can find a copy of the license in the file COPYING.