License |
License |
---|---|
GroupId | GroupIdfr.matthieu-vergne |
ArtifactId | ArtifactIdmulti-map |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
multi-map-2.0.pom | |
multi-map-2.0.jar | 8 KB |
multi-map-2.0-sources.jar | 6 KB |
multi-map-2.0-javadoc.jar | 44 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |