tokenreplacer

Token Replacer is a simple and small Java Library that helps replacing tokens in strings. You can replace the tokens with static values or create values "on-the-fly" by calling a generator. You can even pass arguments to the generator which makes it pretty powerful.

Лицензия

Лицензия

Группа

Группа

de.marcelsauer
Идентификатор

Идентификатор

tokenreplacer
Последняя версия

Последняя версия

1.3.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

tokenreplacer
Token Replacer is a simple and small Java Library that helps replacing tokens in strings. You can replace the tokens with static values or create values "on-the-fly" by calling a generator. You can even pass arguments to the generator which makes it pretty powerful.
Ссылка на сайт

Ссылка на сайт

http://github.com/niesfisch/tokenreplacer

Скачать tokenreplacer

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.1
org.mockito : mockito-all jar 1.8.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.3.2
1.3.1
1.3
1.2
1.1
1.0