Created
May 11, 2013 15:30
-
-
Save rvazquezglez/5560278 to your computer and use it in GitHub Desktop.
Dependencias de jquery para struts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<struts2.jepert>3.4.0</struts2.jepert> | |
<!-- Dependencia básica --> | |
<dependency> | |
<groupId>com.jgeppert.struts2.jquery</groupId> | |
<artifactId>struts2-jquery-plugin</artifactId> | |
<version>${struts2.jepert}</version> | |
</dependency> | |
<!-- Depedencia para ocupar grid --> | |
<dependency> | |
<groupId>com.jgeppert.struts2.jquery</groupId> | |
<artifactId>struts2-jquery-grid-plugin</artifactId> | |
<version>${struts2.jepert}</version> | |
</dependency> | |
<!-- Dependencia para ocupar TwitterBootstrap --> | |
<dependency> | |
<groupId>com.jgeppert.struts2.bootstrap</groupId> | |
<artifactId>struts2-bootstrap-plugin</artifactId> | |
<version>1.5.2</version> | |
</dependency> | |
<!-- Dependencia de rich text --> | |
<dependency> | |
<groupId>com.jgeppert.struts2.jquery</groupId> | |
<artifactId>struts2-jquery-richtext-plugin</artifactId> | |
<version>${struts2.jepert}</version> | |
</dependency> | |
<!-- Dependencia de tree --> | |
<dependency> | |
<groupId>com.jgeppert.struts2.jquery</groupId> | |
<artifactId>struts2-jquery-tree-plugin</artifactId> | |
<version>${struts2.jepert}</version> | |
</dependency> | |
<!-- Dependencia de jquery mobile --> | |
<dependency> | |
<groupId>com.jgeppert.struts2.jquery</groupId> | |
<artifactId>struts2-jquery-mobile-plugin</artifactId> | |
<version>${struts2.jepert}</version> | |
</dependency> | |
<!-- Dependencia para manejar respuestas en JSON --> | |
<dependency> | |
<groupId>org.apache.struts</groupId> | |
<artifactId>struts2-json-plugin</artifactId> | |
<version>${struts2.version}</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment