backbone

WebJar for backbone

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

backbone
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

backbone
WebJar for backbone
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jashkenas/backbone

Download backbone

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : underscore jar [1.8.3,)

Project Modules

There are no modules declared in this project.
 ____                     __      __
/\  _`\                  /\ \    /\ \                                   __
\ \ \ \ \     __      ___\ \ \/'\\ \ \____    ___     ___      __      /\_\    ____
 \ \  _ <'  /'__`\   /'___\ \ , < \ \ '__`\  / __`\ /' _ `\  /'__`\    \/\ \  /',__\
  \ \ \ \ \/\ \ \.\_/\ \__/\ \ \\`\\ \ \ \ \/\ \ \ \/\ \/\ \/\  __/  __ \ \ \/\__, `\
   \ \____/\ \__/.\_\ \____\\ \_\ \_\ \_,__/\ \____/\ \_\ \_\ \____\/\_\_\ \ \/\____/
    \/___/  \/__/\/_/\/____/ \/_/\/_/\/___/  \/___/  \/_/\/_/\/____/\/_/\ \_\ \/___/
                                                                       \ \____/
                                                                        \/___/
(_'_______________________________________________________________________________'_)
(_.———————————————————————————————————————————————————————————————————————————————._)

Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.

For Docs, License, Tests, pre-packed downloads, and everything else, really, see: http://backbonejs.org

To suggest a feature or report a bug: https://github.com/jashkenas/backbone/issues

For questions on working with Backbone or general discussions: https://groups.google.com/forum/#!forum/backbonejs, http://stackoverflow.com/questions/tagged/backbone.js, or https://gitter.im/jashkenas/backbone

Backbone is an open-sourced component of DocumentCloud: https://github.com/documentcloud

Many thanks to our contributors: https://github.com/jashkenas/backbone/graphs/contributors

Special thanks to Robert Kieffer for the original philosophy behind Backbone. https://github.com/broofa

Versions

Version
1.4.0
1.3.3
1.3.2
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.0.0