is not current version
Last Version 0.0.3

com.github.GG-A:text 0.0.1

String Interpolator base on Apache commons-text

GroupId

GroupId

com.github.GG-A
ArtifactId

ArtifactId

text
Version

Version

0.0.1
Type

Type

jar

Download text 0.0.1


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