ev-store

WebJar for ev-store

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

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

ev-store
Последняя версия

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

7.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

ev-store
WebJar for ev-store
Ссылка на сайт

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

http://webjars.org
Система контроля версий

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

https://github.com/Raynos/ev-store

Скачать ev-store

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : individual jar [3.0.0,4)

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

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

ev-store

Stores event listeners and event handles on a DOM object

Example

var EvStore = require('ev-store');

var elem = someElement
var events = EvStore(elem)

events.click = function () {
  /* ... */
};

Installation

npm install ev-store

Contributors

  • Raynos

MIT Licenced

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

Версия
7.0.0