Template Engine

A very simple template engine that compiles to Java code. It's two main goals are to make indenting child templates easy and to offer type safe templates.

License

License

GroupId

GroupId

com.github.hilcode
ArtifactId

ArtifactId

teng
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Template Engine
A very simple template engine that compiles to Java code. It's two main goals are to make indenting child templates easy and to offer type safe templates.
Project URL

Project URL

https://github.com/hilcode/template-engine
Source Code Management

Source Code Management

https://github.com/hilcode/template-engine

Download teng

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.hilcode/teng/ -->
<dependency>
    <groupId>com.github.hilcode</groupId>
    <artifactId>teng</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hilcode/teng/
implementation 'com.github.hilcode:teng:0.2'
// https://jarcasting.com/artifacts/com.github.hilcode/teng/
implementation ("com.github.hilcode:teng:0.2")
'com.github.hilcode:teng:jar:0.2'
<dependency org="com.github.hilcode" name="teng" rev="0.2">
  <artifact name="teng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hilcode', module='teng', version='0.2')
)
libraryDependencies += "com.github.hilcode" % "teng" % "0.2"
[com.github.hilcode/teng "0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.6.3
com.google.guava : guava jar 19.0
se.jbee : silk-di jar 0.6

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.1.0-beta.121

Project Modules

There are no modules declared in this project.

Versions

Version
0.2