r

replaceable

A simple Java library that allows you to edit texts.
https://github.com/portlek/replaceable
MIT License
Hasan Demirtaş
Files download
File Operation
replaceable-1.1.jar download
replaceable-1.1.pom download
replaceable-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>replaceable</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:replaceable:1.1'
Gradle Kotlin
implementation("io.github.portlek:replaceable:1.1")
Scala SBT
libraryDependencies += "io.github.portlek" % "replaceable" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='replaceable', version='1.1')
)
Apache Ivy
<dependency org="io.github.portlek" name="replaceable" rev="1.1" />
Leiningen
[io.github.portlek/replaceable "1.1"]
Apache Buildr
'io.github.portlek:replaceable:jar:1.1'