o

ordered-map-utils

A library to work on consecutive elements in an ordered map
https://github.com/jpmilhau/ordered-map-utils
Apache License, Version 2.0
Jean-Pierre Milhau
Files download
File Operation
ordered-map-utils-2.0.0.jar download
ordered-map-utils-2.0.0.pom download
ordered-map-utils-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jpmilhau</groupId>
  <artifactId>ordered-map-utils</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.jpmilhau:ordered-map-utils:2.0.0'
Gradle Kotlin
implementation("com.jpmilhau:ordered-map-utils:2.0.0")
Scala SBT
libraryDependencies += "com.jpmilhau" % "ordered-map-utils" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.jpmilhau', module='ordered-map-utils', version='2.0.0')
)
Apache Ivy
<dependency org="com.jpmilhau" name="ordered-map-utils" rev="2.0.0" />
Leiningen
[com.jpmilhau/ordered-map-utils "2.0.0"]
Apache Buildr
'com.jpmilhau:ordered-map-utils:jar:2.0.0'