--- layout: container title: Download ---
Download Recline v0.5 (master) (in-progress version)
Just want the all-in-one file containing all of Recline library in a single file? Here it is: [View Changelog](https://github.com/okfn/recline#changelog) ### Dependencies Recline has dependencies on some third-party libraries, notably JQuery and Backbone: * [JQuery](http://jquery.com/) >= 1.6 * [Backbone](http://backbonejs.org/) >= 0.5.1 * [Underscore](http://documentcloud.github.com/underscore/) >= 1.0 Optional dependencies: * JQuery Mustache (required for all views) * [JQuery Flot](http://code.google.com/p/flot/) >= 0.7 (required for for graph view) * [Leaflet](http://leaflet.cloudmade.com/) >= 0.3.1 (required for map view * [Bootstrap](http://twitter.github.com/bootstrap/) >= v2.0 (default option for CSS and UI JS but you can use your own) ### Example Here is an example of the page setup for an app using every Recline component: {% highlight html %} {% include recline-deps.html %} {% endhighlight %}