An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Java Placeholders

![Logo](/images/logo.png)

## 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...