Download hunspell-bridj-1.0.1.jar file - Jar h

Jar examples for h:hunspell-bridj

Description

This project is a binding for the Hunspell library for Java, using BridJ for the bindings.

You can download jar file hunspell-bridj 1.0.1 in this page.

License

Mozilla Public License 1.1

Build File

You can use the following script to add hunspell-bridj-1.0.1.jar to your project.

<dependency>
   <groupId>com.atlascopco</groupId>
   <artifactId>hunspell-bridj</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.atlascopco', name: 'hunspell-bridj', version: '1.0.1'
libraryDependencies += "com.atlascopco" % "hunspell-bridj" % "1.0.1"
<dependency org="com.atlascopco" name="hunspell-bridj" rev="1.0.1"/>
@Grapes(@Grab(group='com.atlascopco', module='hunspell-bridj', version='1.0.1'))
'com.atlascopco:hunspell-bridj:jar:1.0.1'

Download

Click the following link to download the jar file.

hunspell-bridj-1.0.1-javadoc.jar
hunspell-bridj-1.0.1-sources.jar
hunspell-bridj-1.0.1.jar
hunspell-bridj-1.0.1.pom



Related Tutorials