is not current version
Last Version 2.8

org.shredzone.commons:commons-text 2.1

Shredzone Commons: Text Filters and Formatters

GroupId

GroupId

org.shredzone.commons
ArtifactId

ArtifactId

commons-text
Version

Version

2.1
Type

Type

jar

Download commons-text 2.1


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