Skip to content

efsavage/Backbone-Maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone for Maven

Build Status

This library gives you a way to drop Backbone.js into your project as a Maven dependency, which means you don't have to include these third party files in your own source control.

pom.xml

Add this to the element of your pom.xml

	<dependency>
		<groupId>com.efsavage</groupId>
		<artifactId>backbonejs</artifactId>
		<version>0.9.2</version>
	</dependency>

Usage

The files will "mount" themselves at the following URLs:

  • /ext/js/backbone.js

Requirements

This requires a Servlet 3.0 container, such as Jetty 8.

Minified vs. Full Versions

The minified versions of .css and .js files are used by default, append ?min=false to see the full versions.

Modifications

The files served have not been modified in any way from their original distribution.

Other "Mavenized" Projects

About

A maven dependency for adding jQuery to a Java webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published