не последняя версия
Последняя версия 5.2.2

it.unimi.di:mg4j 5.0

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

Группа

Группа

it.unimi.di
Идентификатор

Идентификатор

mg4j
Версия

Версия

5.0
Тип

Тип

jar

Скачать mg4j 5.0

Имя Файла Размер
mg4j-5.0.pom
mg4j-5.0.jar 846 KB
mg4j-5.0-sources.jar 1008 KB
mg4j-5.0-javadoc.jar 1 MB
Обзор

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