is not current version
Last Version 2.3.3

io.github.portlek:replaceable 2.3.1

A simple Java library that allows you to edit texts.

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

replaceable
Version

Version

2.3.1
Type

Type

jar

Download replaceable 2.3.1


<!-- https://jarcasting.com/artifacts/io.github.portlek/replaceable/ -->
<dependency>
    <groupId>io.github.portlek</groupId>
    <artifactId>replaceable</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/replaceable/
implementation 'io.github.portlek:replaceable:2.3.1'
// https://jarcasting.com/artifacts/io.github.portlek/replaceable/
implementation ("io.github.portlek:replaceable:2.3.1")
'io.github.portlek:replaceable:jar:2.3.1'
<dependency org="io.github.portlek" name="replaceable" rev="2.3.1">
  <artifact name="replaceable" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='replaceable', version='2.3.1')
)
libraryDependencies += "io.github.portlek" % "replaceable" % "2.3.1"
[io.github.portlek/replaceable "2.3.1"]