Download lucene-1.4.3.jar file - Jar l

Jar examples for l:lucene

Description

lucene extension for nim library.

You can download jar file lucene 1.4.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add lucene-1.4.3.jar to your project.

<dependency>
   <groupId>lucene</groupId>
   <artifactId>lucene</artifactId>
   <version>1.4.3</version>
</dependency>
compile group: 'lucene', name: 'lucene', version: '1.4.3'
libraryDependencies += "lucene" % "lucene" % "1.4.3"
<dependency org="lucene" name="lucene" rev="1.4.3"/>
@Grapes(@Grab(group='lucene', module='lucene', version='1.4.3'))
'lucene:lucene:jar:1.4.3'

Download

Click the following link to download the jar file.

lucene-1.4.3-sources.jar
lucene-1.4.3.jar
lucene-1.4.3.pom



Related Tutorials