License |
License |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdtemplate-populator |
Last Version | Last Version3.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTemplate Populator
Small library that allows population of template files using a property file
|
Project URL |
Project URL |
Filename | Size |
---|---|
template-populator-3.0.4.pom | |
template-populator-3.0.4.jar | 8 KB |
template-populator-3.0.4-sources.jar | 4 KB |
template-populator-3.0.4-javadoc.jar | 42 KB |
Browse |
<!-- 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"]
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 |
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 |