Download mg4j-big-5.4.jar file - Jar m

Jar examples for m:mg4j-big

Description

MG4J (Managing Gigabytes for Java) is a free full-text search engine for large document collections written in Java. The big version is a fork of the original MG4J that can handle more than 2^31 terms and documents.

You can download jar file mg4j-big 5.4 in this page.

License

GNU Lesser General Public License Version 3+

Build File

You can use the following script to add mg4j-big-5.4.jar to your project.

<dependency>
   <groupId>it.unimi.di</groupId>
   <artifactId>mg4j-big</artifactId>
   <version>5.4</version>
</dependency>
compile group: 'it.unimi.di', name: 'mg4j-big', version: '5.4'
libraryDependencies += "it.unimi.di" % "mg4j-big" % "5.4"
<dependency org="it.unimi.di" name="mg4j-big" rev="5.4"/>
@Grapes(@Grab(group='it.unimi.di', module='mg4j-big', version='5.4'))
'it.unimi.di:mg4j-big:jar:5.4'

Download

Click the following link to download the jar file.

mg4j-big-5.4.jar
mg4j-big-5.4-javadoc.jar
mg4j-big-5.4.pom
mg4j-big-5.4-sources.jar



Related Tutorials