Download jwordsplitter-3.4.jar file - Jar j

Jar examples for j:jwordsplitter

Description

A Java library to split German compound words

You can download jar file jwordsplitter 3.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jwordsplitter-3.4.jar to your project.

<dependency>
   <groupId>de.abelssoft</groupId>
   <artifactId>jwordsplitter</artifactId>
   <version>3.4</version>
</dependency>
compile group: 'de.abelssoft', name: 'jwordsplitter', version: '3.4'
libraryDependencies += "de.abelssoft" % "jwordsplitter" % "3.4"
<dependency org="de.abelssoft" name="jwordsplitter" rev="3.4"/>
@Grapes(@Grab(group='de.abelssoft', module='jwordsplitter', version='3.4'))
'de.abelssoft:jwordsplitter:jar:3.4'

Download

Click the following link to download the jar file.

jwordsplitter-3.4-javadoc.jar
jwordsplitter-3.4-sources.jar
jwordsplitter-3.4.jar
jwordsplitter-3.4.pom



Related Tutorials