https://github.com/maksim2498/java-placeholders
Small java placeholders library
https://github.com/maksim2498/java-placeholders
java library placeholder
Last synced: over 1 year ago
JSON representation
Small java placeholders library
- Host: GitHub
- URL: https://github.com/maksim2498/java-placeholders
- Owner: Maksim2498
- License: mit
- Created: 2022-08-06T17:09:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T17:22:20.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T09:29:44.374Z (over 1 year ago)
- Topics: java, library, placeholder
- Language: Java
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Java Placeholders

## Index
- [Index](#index);
- [About](#about);
- [Installation](#installation);
- [Building](#building);
- [Documentation](#documentation).
## About
This is a small java library that allowes you to use placeholders in your strings
and substitute them with provided values. You can customize opening and closing
delimiters or even implement your own substitutor implementing `Substitutor` interface.
## Installation
First, add MoonTalk repository to your pom.xml:
```xml
moontalk
https://repo.moontalk.space/repository/maven-releases/
```
Second, add library as dependency:
```xml
space.moontalk
placeholders
1.0.2
```
Done.
## Building
Just execute the following Maven command in your terminal:
```bash
mvn install
```
## Documentation
Will be added soon...