is not current version
Last Version 1.6

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

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. 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.1
Type

Type

jar

Download indic-transliteration 1.1


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