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.
Add this to the element of your pom.xml
<dependency>
<groupId>com.efsavage.jquery</groupId>
<artifactId>jquery</artifactId>
<version>1.8.2</version>
</dependency>
The file will "mount" itself at the following URL:
- /ext/jquery/js/jquery.js
This requires a Servlet 3.0 container, such as Jetty 8.
The minified versions of the .js file is used by default, append ?min=false to see the full version.
The files served have not been modified in any way from their original distribution.
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