Java Template Engine

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

License

License

Categories

Categories

Java Languages
GroupId

GroupId

ru.proninyaroslav
ArtifactId

ArtifactId

java-template-engine
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download java-template-engine

How to add to project

<!-- https://jarcasting.com/artifacts/ru.proninyaroslav/java-template-engine/ -->
<dependency>
    <groupId>ru.proninyaroslav</groupId>
    <artifactId>java-template-engine</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/ru.proninyaroslav/java-template-engine/
implementation 'ru.proninyaroslav:java-template-engine:1.2'
// https://jarcasting.com/artifacts/ru.proninyaroslav/java-template-engine/
implementation ("ru.proninyaroslav:java-template-engine:1.2")
'ru.proninyaroslav:java-template-engine:jar:1.2'
<dependency org="ru.proninyaroslav" name="java-template-engine" rev="1.2">
  <artifact name="java-template-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.proninyaroslav', module='java-template-engine', version='1.2')
)
libraryDependencies += "ru.proninyaroslav" % "java-template-engine" % "1.2"
[ru.proninyaroslav/java-template-engine "1.2"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1
1.0