License |
License |
---|---|
GroupId | GroupIdit.unimi.di |
ArtifactId | ArtifactIdmg4j-big |
Last Version | Last Version5.4.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMG4J (big)
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mg4j-big-5.4.4.pom | |
mg4j-big-5.4.4.jar | 831 KB |
mg4j-big-5.4.4-sources.jar | 986 KB |
mg4j-big-5.4.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/it.unimi.di/mg4j-big/ -->
<dependency>
<groupId>it.unimi.di</groupId>
<artifactId>mg4j-big</artifactId>
<version>5.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/it.unimi.di/mg4j-big/
implementation 'it.unimi.di:mg4j-big:5.4.4'
// https://jarcasting.com/artifacts/it.unimi.di/mg4j-big/
implementation ("it.unimi.di:mg4j-big:5.4.4")
'it.unimi.di:mg4j-big:jar:5.4.4'
<dependency org="it.unimi.di" name="mg4j-big" rev="5.4.4">
<artifact name="mg4j-big" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.unimi.di', module='mg4j-big', version='5.4.4')
)
libraryDependencies += "it.unimi.di" % "mg4j-big" % "5.4.4"
[it.unimi.di/mg4j-big "5.4.4"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback » logback-classic.jar Optional | jar | 5.4.4 |
net.java.dev.javacc : javacc | jar | 7.0.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |