is not current version
Last Version 1.0.4

org.marid:typedmap 1.0.3

TypedMap implementation (can be used as EnumMap replacement with typed keys)

GroupId

GroupId

org.marid
ArtifactId

ArtifactId

typedmap
Version

Version

1.0.3
Type

Type

jar

Download typedmap 1.0.3


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