Java library to translate a string into an equivalent Tengwar string and back.
Go to file
Andrew Lalis 4394b6e8f3 Added readme 2017-06-30 14:17:19 +02:00
src/main First commit to add files. 2017-06-30 14:06:15 +02:00
.gitignore Added gitignore 2017-06-30 14:09:25 +02:00
README.md Added readme 2017-06-30 14:17:19 +02:00
pom.xml First commit to add files. 2017-06-30 14:06:15 +02:00

README.md

Tengwar Translator Library

A Java library containing an algorithm and some utility functions to transform normal human latin text into Tengwar text, and back, too! To include this library in your project, add the following to your Maven .pom file. Replace @VERSION@ with the latest version.

<project>
	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
	<dependency>
	    <groupId>com.github.andrewlalis</groupId>
	    <artifactId>TengwarTranslator</artifactId>
	    <version>@VERSION@</version>
	</dependency>
</project>