| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.indoles.clj |
| Идентификатор | ИдентификаторmapRefWatcher |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеmapRefWatcher
Simple way to watch changes to clojure references that contain a map.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mapRefWatcher-0.1.0.pom | |
| mapRefWatcher-0.1.0.jar | 2 KB |
| mapRefWatcher-0.1.0-sources.jar | 537 bytes |
| mapRefWatcher-0.1.0-javadoc.jar | 537 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.indoles.clj/mapRefWatcher/ -->
<dependency>
<groupId>com.indoles.clj</groupId>
<artifactId>mapRefWatcher</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.indoles.clj/mapRefWatcher/
implementation 'com.indoles.clj:mapRefWatcher:0.1.0'
// https://jarcasting.com/artifacts/com.indoles.clj/mapRefWatcher/
implementation ("com.indoles.clj:mapRefWatcher:0.1.0")
'com.indoles.clj:mapRefWatcher:jar:0.1.0'
<dependency org="com.indoles.clj" name="mapRefWatcher" rev="0.1.0">
<artifact name="mapRefWatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.indoles.clj', module='mapRefWatcher', version='0.1.0')
)
libraryDependencies += "com.indoles.clj" % "mapRefWatcher" % "0.1.0"
[com.indoles.clj/mapRefWatcher "0.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.clojure : clojure | jar | 1.4.0 |