Download multimaps-0.2.0.jar file - Jar m

Jar examples for m:multimaps

Description

A Java 8 Multimap library. Whenever possible, it tries to be API-compatible to Google Guava.

You can download jar file multimaps 0.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add multimaps-0.2.0.jar to your project.

<dependency>
   <groupId>br.com.objectos.core</groupId>
   <artifactId>multimaps</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'br.com.objectos.core', name: 'multimaps', version: '0.2.0'
libraryDependencies += "br.com.objectos.core" % "multimaps" % "0.2.0"
<dependency org="br.com.objectos.core" name="multimaps" rev="0.2.0"/>
@Grapes(@Grab(group='br.com.objectos.core', module='multimaps', version='0.2.0'))
'br.com.objectos.core:multimaps:jar:0.2.0'

Download

Click the following link to download the jar file.

multimaps-0.2.0-javadoc.jar
multimaps-0.2.0-sources.jar
multimaps-0.2.0.jar
multimaps-0.2.0.pom



Related Tutorials