is not current version
Last Version 0.2.0

com.robertboothby:TypedMap 0.1.0

This simple project creates a new type of collection interface called a TypedMap. It extends the Java Map interface to add typed methods where appropriate. These typed methods allow the use of 'Typed Keys' for storage and retrieval of values that are typed to match the Typed Keys.

GroupId

GroupId

com.robertboothby
ArtifactId

ArtifactId

TypedMap
Version

Version

0.1.0
Type

Type

jar

Download TypedMap 0.1.0


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