is not current version
Last Version 2.3.3

io.github.portlek:replaceable 1.3

A simple Java library that allows you to edit texts.

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

replaceable
Version

Version

1.3
Type

Type

jar

Download replaceable 1.3


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