Files download
File Operation
bimap-1.1.0.jar download
bimap-1.1.0.pom download
bimap-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.michaelrocks.bimap</groupId>
  <artifactId>bimap</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.michaelrocks.bimap:bimap:1.1.0'
Gradle Kotlin
implementation("io.michaelrocks.bimap:bimap:1.1.0")
Scala SBT
libraryDependencies += "io.michaelrocks.bimap" % "bimap" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.michaelrocks.bimap', module='bimap', version='1.1.0')
)
Apache Ivy
<dependency org="io.michaelrocks.bimap" name="bimap" rev="1.1.0" />
Leiningen
[io.michaelrocks.bimap/bimap "1.1.0"]
Apache Buildr
'io.michaelrocks.bimap:bimap:jar:1.1.0'
Dependencies
The project has no third-party dependencies