m

mapentry

Simply Map.Entry implementation which is immutable.
https://github.com/portlek/mapentry
Files download
File Operation
mapentry-2.0.2.jar download
mapentry-2.0.2.pom download
mapentry-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>mapentry</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:mapentry:2.0.2'
Gradle Kotlin
implementation("io.github.portlek:mapentry:2.0.2")
Scala SBT
libraryDependencies += "io.github.portlek" % "mapentry" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='mapentry', version='2.0.2')
)
Apache Ivy
<dependency org="io.github.portlek" name="mapentry" rev="2.0.2" />
Leiningen
[io.github.portlek/mapentry "2.0.2"]
Apache Buildr
'io.github.portlek:mapentry:jar:2.0.2'