License |
License |
---|---|
GroupId | GroupIddev.javatools |
ArtifactId | ArtifactIdmap-utils |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionmap-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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
map-utils-1.0.1.pom | |
map-utils-1.0.1.jar | 21 KB |
map-utils-1.0.1-sources.jar | 14 KB |
map-utils-1.0.1-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.javatools/map-utils/ -->
<dependency>
<groupId>dev.javatools</groupId>
<artifactId>map-utils</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.javatools/map-utils/
implementation 'dev.javatools:map-utils:1.0.1'
// https://jarcasting.com/artifacts/dev.javatools/map-utils/
implementation ("dev.javatools:map-utils:1.0.1")
'dev.javatools:map-utils:jar:1.0.1'
<dependency org="dev.javatools" name="map-utils" rev="1.0.1">
<artifact name="map-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.javatools', module='map-utils', version='1.0.1')
)
libraryDependencies += "dev.javatools" % "map-utils" % "1.0.1"
[dev.javatools/map-utils "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | [2.12.0,) |
com.fasterxml.jackson.core : jackson-databind | jar | [2.12.0,) |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | [2.12.0,) |
org.slf4j : slf4j-api | jar | [1.7.30,) |
org.slf4j : slf4j-simple | jar | [1.7.30,) |
org.junit.jupiter : junit-jupiter | jar | [5.7.0,) |
org.projectlombok : lombok | jar | [1.18.16,) |