Download jazzy-0.5.2-rtext-1.4.1-2.jar file - Jar j

Jar examples for j:jazzy

Description

A set of APIs that allow you to add spell checking functionality to Java Applications easily. Jazzy is based on most of the algorithms that aspell has; so the suggestions they come up with are very similar. Note that this is not an official release from the jazzy project; it is a release of 0.5.2 with enhancements / bug-fixes as required by the RText SpellChecker project hosted on www.fifesoft.com. The scm urls in this pom indicate where the enhanced source code is hosted

You can download jar file jazzy 0.5.2-rtext-1.4.1-2 in this page.

License

GNU General Public License v2.0 or later

Build File

You can use the following script to add jazzy-0.5.2-rtext-1.4.1-2.jar to your project.

<dependency>
   <groupId>net.sf.jazzy</groupId>
   <artifactId>jazzy</artifactId>
   <version>0.5.2-rtext-1.4.1-2</version>
</dependency>
compile group: 'net.sf.jazzy', name: 'jazzy', version: '0.5.2-rtext-1.4.1-2'
libraryDependencies += "net.sf.jazzy" % "jazzy" % "0.5.2-rtext-1.4.1-2"
<dependency org="net.sf.jazzy" name="jazzy" rev="0.5.2-rtext-1.4.1-2"/>
@Grapes(@Grab(group='net.sf.jazzy', module='jazzy', version='0.5.2-rtext-1.4.1-2'))
'net.sf.jazzy:jazzy:jar:0.5.2-rtext-1.4.1-2'

Download

Click the following link to download the jar file.

jazzy-0.5.2-rtext-1.4.1-2-javadoc.jar
jazzy-0.5.2-rtext-1.4.1-2-sources.jar
jazzy-0.5.2-rtext-1.4.1-2.jar
jazzy-0.5.2-rtext-1.4.1-2.pom



Related Tutorials