ember-data

WebJar for ember-data

License

License

MIT
Categories

Categories

Data
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

ember-data
Last Version

Last Version

2.4.2
Release Date

Release Date

Type

Type

jar
Description

Description

ember-data
WebJar for ember-data
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/emberjs/data

Download ember-data

How to add to project

<!-- 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"]

Dependencies

compile (19)

Group / Artifact Type Version
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)

Project Modules

There are no modules declared in this project.

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

Versions

Version
2.4.2