m

mapentry

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