Last Version

tokenreplacer 1.3.2

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.

License

License

GroupId

GroupId

de.marcelsauer
ArtifactId

ArtifactId

tokenreplacer
Version

Version

1.3.2
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://github.com/niesfisch/tokenreplacer

Download tokenreplacer 1.3.2


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.8.1
org.mockito : mockito-all jar 1.8.0

Project Modules

There are no modules declared in this project.