is not current version
Last Version 4.0.4

it.unimi.dsi:mg4j-big 4.0.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.dsi
ArtifactId

ArtifactId

mg4j-big
Version

Version

4.0.3
Type

Type

jar

Download mg4j-big 4.0.3


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