is not current version
Last Version 2.0.10

io.github.portlek:mapentry 1.1

Simply Map.Entry implementation which is immutable.

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

mapentry
Version

Version

1.1
Type

Type

jar

Download mapentry 1.1


<!-- https://jarcasting.com/artifacts/io.github.portlek/mapentry/ -->
<dependency>
    <groupId>io.github.portlek</groupId>
    <artifactId>mapentry</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/mapentry/
implementation 'io.github.portlek:mapentry:1.1'
// https://jarcasting.com/artifacts/io.github.portlek/mapentry/
implementation ("io.github.portlek:mapentry:1.1")
'io.github.portlek:mapentry:jar:1.1'
<dependency org="io.github.portlek" name="mapentry" rev="1.1">
  <artifact name="mapentry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='mapentry', version='1.1')
)
libraryDependencies += "io.github.portlek" % "mapentry" % "1.1"
[io.github.portlek/mapentry "1.1"]