Download extjwnl-1.6.2.jar file - Jar e

Jar examples for e:extjwnl

Description

extJWNL (Extended Java WordNet Library) is a Java API for creating, reading and updating dictionaries in WordNet format

You can download jar file extjwnl 1.6.2 in this page.

Build File

You can use the following script to add extjwnl-1.6.2.jar to your project.

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

Download

Click the following link to download the jar file.

extjwnl-1.6.2-javadoc.jar
extjwnl-1.6.2-sources.jar
extjwnl-1.6.2.jar
extjwnl-1.6.2.pom



Related Tutorials