is not current version
Last Version 1.0.5

de.unkrig:no-template-core 1.0.2

A super-small Java library for templating, i.e. generating text files (HTML, XML, whatever) from a "template" text file and dynamic data. It is based on the concept that the templates are bare Java classes.

GroupId

GroupId

de.unkrig
ArtifactId

ArtifactId

no-template-core
Version

Version

1.0.2
Type

Type

jar

Download no-template-core 1.0.2


<!-- https://jarcasting.com/artifacts/de.unkrig/no-template-core/ -->
<dependency>
    <groupId>de.unkrig</groupId>
    <artifactId>no-template-core</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig/no-template-core/
implementation 'de.unkrig:no-template-core:1.0.2'
// https://jarcasting.com/artifacts/de.unkrig/no-template-core/
implementation ("de.unkrig:no-template-core:1.0.2")
'de.unkrig:no-template-core:jar:1.0.2'
<dependency org="de.unkrig" name="no-template-core" rev="1.0.2">
  <artifact name="no-template-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unkrig', module='no-template-core', version='1.0.2')
)
libraryDependencies += "de.unkrig" % "no-template-core" % "1.0.2"
[de.unkrig/no-template-core "1.0.2"]