MVN

io.michaelrocks.bimap : bimap

Maven & Gradle

May 17, 2021
2 usages
22 stars

BiMap · A bi-directional map implementation in Kotlin.

<dependency>
    <groupId>io.michaelrocks.bimap</groupId>
    <artifactId>bimap</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.michaelrocks.bimap : bimap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of io.michaelrocks.bimap : bimap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
bimap-1.1.0

How to add a dependency to Maven

Add the following io.michaelrocks.bimap : bimap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.michaelrocks.bimap</groupId>
    <artifactId>bimap</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.michaelrocks.bimap : bimap gradle dependency to your build.gradle file:

implementation 'io.michaelrocks.bimap:bimap:1.1.0'

Gradle Kotlin DSL: Add the following io.michaelrocks.bimap : bimap gradle kotlin dependency to your build.gradle.kts file:

implementation("io.michaelrocks.bimap:bimap:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.michaelrocks.bimap : bimap sbt scala dependency to your build.sbt file:

libraryDependencies += "io.michaelrocks.bimap" % "bimap" % "1.1.0"

Advertisement

Dependencies from Group

May 17, 2021
2 usages
22 stars

Discover Dependencies

Jan 24, 2022
2 usages
546 stars
Aug 18, 2022
3 usages
47 stars
Nov 27, 2007
2 usages
Oct 12, 2012
5 usages
134 stars
Feb 25, 2014
2 usages
Mar 31, 2014
7 usages
215 stars
Oct 08, 2021
7 usages
74 stars
Mar 06, 2017
5 usages
2.8k stars