Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.12 KB

File metadata and controls

38 lines (27 loc) · 1.12 KB

Java Template Engine

Maven Javadocs

Golang-like template engine for Java. Implements data-driven templates for generating textual output.

Usage

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'

Requirements

Java >= 1.7

Documentation

See documentation.md file.

License

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.