Download mg4j-big-4.0.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 4.0.4 in this page.

License

GNU Lesser General Public License Version 3+

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials