| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.michaelruocco |
| Идентификатор | Идентификаторtemplate-populator |
| Последняя версия | Последняя версия3.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTemplate Populator
Small library that allows population of template files using a property file
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.8.0 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.25 |