m

mapentry

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