m

mapentry

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