is not current version
Last Version 0.7.0

com.github.protobufel:multikeymapjava 0.6.0

Java 8 implementation of the multi-key map. It behaves like a regular generic Map with the additional ability of getting its values by any combination of partial keys.

Categories

Categories

Protobuf Data Data Structures KeY Data Formats Formal Verification
GroupId

GroupId

com.github.protobufel
ArtifactId

ArtifactId

multikeymapjava
Version

Version

0.6.0
Type

Type

jar

Download multikeymapjava 0.6.0


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