is not current version
Last Version 3.0.2

com.cloudhopper:ch-commons-charset 3.0.0

Utility classes for converting between charsets (mostly "mobile" in nature) such as Unicode to GSM and vice versa

GroupId

GroupId

com.cloudhopper
ArtifactId

ArtifactId

ch-commons-charset
Version

Version

3.0.0
Type

Type

jar

Download ch-commons-charset 3.0.0


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