TypedMap

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.

Лицензия

Лицензия

Группа

Группа

com.robertboothby
Идентификатор

Идентификатор

TypedMap
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

TypedMap
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.
Ссылка на сайт

Ссылка на сайт

https://github.com/RobertBoothby/typedmap
Система контроля версий

Система контроля версий

https://github.com/RobertBoothby/typedmap/tree/master

Скачать TypedMap

Как подключить последнюю версию

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.2.0
0.1.0