Skip to content

proninyaroslav/java-template-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Golang-like template engine for Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages