is not current version
Last Version 5.4.4

it.unimi.di:mg4j-big 5.4.3

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.

GroupId

GroupId

it.unimi.di
ArtifactId

ArtifactId

mg4j-big
Version

Version

5.4.3
Type

Type

jar

Download mg4j-big 5.4.3


<!-- https://jarcasting.com/artifacts/it.unimi.di/mg4j-big/ -->
<dependency>
    <groupId>it.unimi.di</groupId>
    <artifactId>mg4j-big</artifactId>
    <version>5.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/it.unimi.di/mg4j-big/
implementation 'it.unimi.di:mg4j-big:5.4.3'
// https://jarcasting.com/artifacts/it.unimi.di/mg4j-big/
implementation ("it.unimi.di:mg4j-big:5.4.3")
'it.unimi.di:mg4j-big:jar:5.4.3'
<dependency org="it.unimi.di" name="mg4j-big" rev="5.4.3">
  <artifact name="mg4j-big" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.unimi.di', module='mg4j-big', version='5.4.3')
)
libraryDependencies += "it.unimi.di" % "mg4j-big" % "5.4.3"
[it.unimi.di/mg4j-big "5.4.3"]