b

backbone

Backbone supplies structure to JavaScript-heavy applications by providing models 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.
http://jszip.org/redist/backbone
MIT License
Files download
File Operation
backbone-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.jszip.redist</groupId>
  <artifactId>backbone</artifactId>
  <version>1.0.0</version>
  <type>jszip</type>
</dependency>
Gradle Groovy
implementation 'org.jszip.redist:backbone:1.0.0'
Gradle Kotlin
implementation("org.jszip.redist:backbone:1.0.0")
Scala SBT
libraryDependencies += "org.jszip.redist" % "backbone" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jszip.redist', module='backbone', version='1.0.0')
)
Apache Ivy
<dependency org="org.jszip.redist" name="backbone" rev="1.0.0" />
Leiningen
[org.jszip.redist/backbone "1.0.0"]
Apache Buildr
'org.jszip.redist:backbone:jar:1.0.0'