m

mapentry

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