Download jazzy-core-0.5.2.jar file - Jar j

Jar examples for j:jazzy-core

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.

You can download jar file jazzy-core 0.5.2 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add jazzy-core-0.5.2.jar to your project.

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

Download

Click the following link to download the jar file.

jazzy-core-0.5.2-javadoc.jar
jazzy-core-0.5.2-sources.jar
jazzy-core-0.5.2.jar
jazzy-core-0.5.2.pom



Related Tutorials