is not current version
Last Version 3.0.4

com.github.michaelruocco:template-populator 3.0.1

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

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

template-populator
Version

Version

3.0.1
Type

Type

jar

Download template-populator 3.0.1


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