MVN

com.github.aliteralmind : templatefeather

Maven & Gradle

Dec 10, 2014
1 usages
1 stars

Template Featherweight · Template Featherweight: A simplistic Java template-rendering engine, providing for *plain gaps only*, such as "Hello, %name%!"--it has no advanced features such as if-logic, looping, or expressions--Templates may be output in full, after all gaps have been filled, or they may be *auto-rendered*, such that they are gradually output as each gap is filled.

<dependency>
    <groupId>com.github.aliteralmind</groupId>
    <artifactId>templatefeather</artifactId>
    <version>0.1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.aliteralmind : templatefeather to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1.2

All Versions

Choose a version of com.github.aliteralmind : templatefeather to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
templatefeather-0.1.1.2
templatefeather-0.1.1.1
templatefeather-0.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.aliteralmind</groupId>
    <artifactId>templatefeather</artifactId>
    <version>0.1.1.2</version>
</dependency>

Advertisement