Skip to content

efsavage/jQuery-Maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery for Maven

Build Status

This library gives you a way to drop jQuery 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.jquery</groupId>
		<artifactId>jquery</artifactId>
		<version>1.8.2</version>
	</dependency>

Usage

The file will "mount" itself at the following URL:

  • /ext/jquery/js/jquery.js

Requirements

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

Minified vs. Full Versions

The minified versions of the .js file is used by default, append ?min=false to see the full version.

Modifications

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

Other "Mavenized" Projects

Changelog

Note: See the release notes for information about changes to the jQuery files themselves.

##1.8.2

  • Updated to jQuery 1.8.2
  • Fixed README (Issue #1)

##1.8.1

  • Updated to jQuery 1.8.1

##1.8.0

  • Updated to jQuery 1.8.0

##1.7.2.1

  • Moved files under /ext/jquery parent directory.

##1.7.2

  • Updated to jQuery 1.7.2

About

A maven dependency for adding jQuery to a Java webapp

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages