MVN

dev.javatools : map-utils

Maven & Gradle

Feb 09, 2021
1 usages
0 stars

map-utils · This Java library contains the APIs to sort the map, update a specific field and get a specific field from a map. Also get the list of properties from a given map and convert the entire map into a list of properties.

<dependency>
    <groupId>dev.javatools</groupId>
    <artifactId>map-utils</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.javatools : map-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of dev.javatools : map-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
map-utils-1.0.1
map-utils-1.0.0
0.0.x
map-utils-0.0.5
map-utils-0.0.4
map-utils-0.0.3
map-utils-0.0.2
map-utils-0.0.1

How to add a dependency to Maven

Add the following dev.javatools : map-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.javatools</groupId>
    <artifactId>map-utils</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.javatools : map-utils gradle dependency to your build.gradle file:

implementation 'dev.javatools:map-utils:1.0.1'

Gradle Kotlin DSL: Add the following dev.javatools : map-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.javatools:map-utils:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.javatools : map-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.javatools" % "map-utils" % "1.0.1"

Advertisement

Dependencies from Group

Feb 09, 2021
1 usages
0 stars
Dec 27, 2020
0 stars
Feb 09, 2021
0 stars

Discover Dependencies

Jan 03, 2021
0 stars
Jan 03, 2021
6 usages
5 stars
Jan 03, 2021
0 stars
Jan 03, 2021
1 usages
0 stars
Jan 04, 2021
2 usages
7 stars
Jun 05, 2021
196 stars