is not current version
Last Version 1.6

com.github.sanskrit-coders:indic-transliteration 1.5

A collection of scala and java classes for some basic character level processing for the Sanskrit and other Indic (kannada, telugu, etc..) languages, contributed by the open source sanskrit-coders projects and friends. Some notable facilities: * Transliterate text from one script or encoding scheme to another. * Some grammar simulation. Examples: see https://github.com/sanskrit-coders/indic-transliteration Contributions and suggestions are invited at https://github.com/sanskrit-coders/indic-transliteration . (Sister projects there may also be of interest.)

GroupId

GroupId

com.github.sanskrit-coders
ArtifactId

ArtifactId

indic-transliteration
Version

Version

1.5
Type

Type

jar

Download indic-transliteration 1.5


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