aoe

A Clojure library designed to convert chinese to pinyin.

Leiningen/Boot

[aoe "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

aoe/aoe {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("aoe:aoe:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>aoe</groupId>
  <artifactId>aoe</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>