Java MultiMap

Provides an interface and implementations of a Java structure able to map a key to several values at once. Initially inspired from the Apache MultiMap, it takes a different perspective where the generics should be fully used to properly constrain the types of the instances provided.

Лицензия

Лицензия

CC0
Группа

Группа

fr.matthieu-vergne
Идентификатор

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

multi-map
Последняя версия

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

2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java MultiMap
Provides an interface and implementations of a Java structure able to map a key to several values at once. Initially inspired from the Apache MultiMap, it takes a different perspective where the generics should be fully used to properly constrain the types of the instances provided.
Ссылка на сайт

Ссылка на сайт

https://github.com/matthieu-vergne/multi-map

Скачать multi-map

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/fr.matthieu-vergne/multi-map/ -->
<dependency>
    <groupId>fr.matthieu-vergne</groupId>
    <artifactId>multi-map</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.matthieu-vergne/multi-map/
implementation 'fr.matthieu-vergne:multi-map:2.0'
// https://jarcasting.com/artifacts/fr.matthieu-vergne/multi-map/
implementation ("fr.matthieu-vergne:multi-map:2.0")
'fr.matthieu-vergne:multi-map:jar:2.0'
<dependency org="fr.matthieu-vergne" name="multi-map" rev="2.0">
  <artifact name="multi-map" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.matthieu-vergne', module='multi-map', version='2.0')
)
libraryDependencies += "fr.matthieu-vergne" % "multi-map" % "2.0"
[fr.matthieu-vergne/multi-map "2.0"]

Зависимости

test (3)

Идентификатор библиотеки Тип Версия
fr.matthieu-vergne : heterogeneous-map jar 1.0
org.junit.jupiter : junit-jupiter-engine jar 5.0.0-M3
org.junit.platform : junit-platform-runner jar 1.0.0-M3

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.0