| License |
License |
|---|---|
| GroupId | GroupIdde.marcelsauer |
| ArtifactId | ArtifactIdtokenreplacer |
| Last Version | Last Version1.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontokenreplacer
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 |
| Filename | Size |
|---|---|
| tokenreplacer-1.3.2.pom | |
| tokenreplacer-1.3.2.jar | 15 KB |
| tokenreplacer-1.3.2-sources.jar | 13 KB |
| tokenreplacer-1.3.2-javadoc.jar | 63 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |
| org.mockito : mockito-all | jar | 1.8.0 |