is not current version
Last Version 0.0.7

me.xuender:unidecode 0.0.6

ASCII transliterations of Unicode text for Java

Categories

Categories

IDE Development Tools
GroupId

GroupId

me.xuender
ArtifactId

ArtifactId

unidecode
Version

Version

0.0.6
Type

Type

jar

Download unidecode 0.0.6


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