is not current version
Last Version 1.0.1

dev.javatools:map-utils 0.0.3

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.

GroupId

GroupId

dev.javatools
ArtifactId

ArtifactId

map-utils
Version

Version

0.0.3
Type

Type

jar

Download map-utils 0.0.3


<!-- https://jarcasting.com/artifacts/dev.javatools/map-utils/ -->
<dependency>
    <groupId>dev.javatools</groupId>
    <artifactId>map-utils</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/dev.javatools/map-utils/
implementation 'dev.javatools:map-utils:0.0.3'
// https://jarcasting.com/artifacts/dev.javatools/map-utils/
implementation ("dev.javatools:map-utils:0.0.3")
'dev.javatools:map-utils:jar:0.0.3'
<dependency org="dev.javatools" name="map-utils" rev="0.0.3">
  <artifact name="map-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.javatools', module='map-utils', version='0.0.3')
)
libraryDependencies += "dev.javatools" % "map-utils" % "0.0.3"
[dev.javatools/map-utils "0.0.3"]