is not current version
Last Version 0.8.0

com.github.marschall:charsequences 0.6.0

Utility methods for dealing with java.lang.CharSequence

GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

charsequences
Version

Version

0.6.0
Type

Type

jar

Download charsequences 0.6.0


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