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

it.unimi.di:mg4j 5.1

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

Группа

Группа

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

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

mg4j
Версия

Версия

5.1
Тип

Тип

jar

Скачать mg4j 5.1

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

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