Download mg4j-5.2.jar file - Jar m

Jar examples for m:mg4j

Description

MG4J (Managing Gigabytes for Java) is a free full-text search engine for large document collections written in Java.

You can download jar file mg4j 5.2 in this page.

License

GNU Lesser General Public License Version 3+

Build File

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

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

Download

Click the following link to download the jar file.

mg4j-5.2-javadoc.jar
mg4j-5.2-sources.jar
mg4j-5.2.jar
mg4j-5.2.pom



Related Tutorials