ember-data

WebJar for ember-data

Лицензия

Лицензия

MIT
Категории

Категории

Данные
Группа

Группа

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

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

ember-data
Последняя версия

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

2.4.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

ember-data
WebJar for ember-data
Ссылка на сайт

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

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

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

https://github.com/emberjs/data

Скачать ember-data

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

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

Зависимости

compile (19)

Идентификатор библиотеки Тип Версия
org.webjars.npm : babel-plugin-filter-imports jar [0.2.0,0.3)
org.webjars.npm : amd-name-resolver jar 0.0.5
org.webjars.npm : npm-git-info jar [1.0.0,2)
org.webjars.npm » babel-plugin-feature-flags jar [0.2.0,0.3)
org.webjars.npm : ember-cli-path-utils jar [1.0.0,2)
org.webjars.npm : ember-cli-babel jar [5.1.3,6)
org.webjars.npm » ember-inflector jar [1.9.4,2)
org.webjars.npm : broccoli-babel-transpiler jar [5.5.0,6)
org.webjars.npm : broccoli-file-creator jar [1.0.0,2)
org.webjars.npm : exists-sync jar 0.0.3
org.webjars.npm : broccoli-merge-trees jar [1.0.0,2)
org.webjars.npm : ember-cli-test-info jar [1.0.0,2)
org.webjars.npm : semver jar [5.1.0,6)
org.webjars.npm » git-repo-info jar [1.1.2,2)
org.webjars.npm : ember-cli-string-utils jar [1.0.0,2)
org.webjars.npm : ember-cli-version-checker jar [1.1.4,2)
org.webjars.npm : inflection jar [1.8.0,2)
org.webjars.npm : chalk jar [1.1.1,2)
org.webjars.npm : silent-error jar [1.0.0,2)

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

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

ember-data

Build Status Code Climate Discord Community Server

ember-data is a library for robustly managing data in applications built with Ember.js.

ember-data is designed to be agnostic to the underlying persistence mechanism, so it works just as well with JSON API over HTTP as it does with streaming WebSockets or local IndexedDB storage.

It provides many of the facilities you'd find in server-side ORMs like ActiveRecord, but is designed specifically for the unique environment of JavaScript in the browser.

Installation

ember-data is installed by default for new applications generated with ember-cli.

If you wish to add ember-data to an addon or application, you can do so by running the following command, which will use yarn or npm to install ember-data as a devDependency.

ember install ember-data

Similarly, if you have generated a new Ember application using ember-cli but do not wish to use ember-data, remove ember-data from your package.json.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

org.webjars.npm

Ember.js

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

Версия
2.4.2