Last Version

no-template-core 1.0.5

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.

License

License

GroupId

GroupId

de.unkrig
ArtifactId

ArtifactId

no-template-core
Version

Version

1.0.5
Type

Type

jar
Description

Description

no-template-core
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.
Project URL

Project URL

https://github.com/aunkrig/no-template
Project Organization

Project Organization

Arno Unkrig
Source Code Management

Source Code Management

https://github.com/aunkrig/no-template

Download no-template-core 1.0.5


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

Dependencies

compile (3)

Group / Artifact Type Version
de.unkrig.commons : commons-lang jar 1.2.12
de.unkrig.commons : commons-io jar 1.2.12
de.unkrig.commons : commons-util jar 1.2.12

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.