MVN

net.intelie.tinymap : tinymap

Maven & Gradle

Mar 11, 2020
1 usages
79 stars

TinyMap · Memory-Efficient Immutable HashMaps

<dependency>
    <groupId>net.intelie.tinymap</groupId>
    <artifactId>tinymap</artifactId>
    <version>0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.intelie.tinymap : tinymap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9

All Versions

Choose a version of net.intelie.tinymap : tinymap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9
tinymap-0.9
0.8
tinymap-0.8
0.7
tinymap-0.7
0.6
tinymap-0.6
0.5
tinymap-0.5
0.4
tinymap-0.4
0.3
tinymap-0.3
0.2
tinymap-0.2
0.1
tinymap-0.1

How to add a dependency to Maven

Add the following net.intelie.tinymap : tinymap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.intelie.tinymap</groupId>
    <artifactId>tinymap</artifactId>
    <version>0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.intelie.tinymap : tinymap gradle dependency to your build.gradle file:

implementation 'net.intelie.tinymap:tinymap:0.9'

Gradle Kotlin DSL: Add the following net.intelie.tinymap : tinymap gradle kotlin dependency to your build.gradle.kts file:

implementation("net.intelie.tinymap:tinymap:0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.intelie.tinymap : tinymap sbt scala dependency to your build.sbt file:

libraryDependencies += "net.intelie.tinymap" % "tinymap" % "0.9"

Advertisement