Template Populator

Small library that allows population of template files using a property file

License

License

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

template-populator
Last Version

Last Version

3.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Template Populator
Small library that allows population of template files using a property file
Project URL

Project URL

https://github.com/michaelruocco/template-populator

Download template-populator

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.jtwig : jtwig-core jar 5.86.1.RELEASE
com.github.michaelruocco : property-loader jar 3.0.2
com.google.guava : guava-collections jar r03
org.slf4j : slf4j-api jar 1.7.25

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.8.0
org.slf4j : slf4j-log4j12 jar 1.7.25

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0