How to Use
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>mapentry</artifactId>
<version>${version}</version>
</dependency>
implementation("io.github.portlek:mapentry:${version}")
License |
License |
---|---|
GroupId | GroupIdio.github.portlek |
ArtifactId | ArtifactIdmapentry |
Last Version | Last Version2.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmapentry
Simply Map.Entry implementation which is immutable.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mapentry-2.0.10.pom | |
mapentry-2.0.10.jar | 3 KB |
mapentry-2.0.10-sources.jar | 2 KB |
mapentry-2.0.10-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/mapentry/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>mapentry</artifactId>
<version>2.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/mapentry/
implementation 'io.github.portlek:mapentry:2.0.10'
// https://jarcasting.com/artifacts/io.github.portlek/mapentry/
implementation ("io.github.portlek:mapentry:2.0.10")
'io.github.portlek:mapentry:jar:2.0.10'
<dependency org="io.github.portlek" name="mapentry" rev="2.0.10">
<artifact name="mapentry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='mapentry', version='2.0.10')
)
libraryDependencies += "io.github.portlek" % "mapentry" % "2.0.10"
[io.github.portlek/mapentry "2.0.10"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
org.jetbrains : annotations | jar | 20.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.cactoos : cactoos | jar | 0.48 |
org.llorllale : cactoos-matchers | jar | 0.22 |
org.mockito : mockito-core | jar | 3.7.0 |
org.mockito : mockito-inline | jar | 3.6.28 |
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>mapentry</artifactId>
<version>${version}</version>
</dependency>
implementation("io.github.portlek:mapentry:${version}")