Download struts2-jquery-grid-plugin-3.7.1.jar file

Introduction

You can download struts2-jquery-grid-plugin-3.7.1.jar in this page.

License

Open Source

Type List

struts2-jquery-grid-plugin-3.7.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/README.txt
META-INF/maven/com.jgeppert.struts2.jquery/struts2-jquery-grid-plugin/pom.properties
META-INF/maven/com.jgeppert.struts2.jquery/struts2-jquery-grid-plugin/pom.xml
META-INF/struts-jquery-grid-tags.tld
NOTICE.txt
com.jgeppert.struts2.jquery.grid.components.Grid.class
com.jgeppert.struts2.jquery.grid.components.GridColumn.class
com.jgeppert.struts2.jquery.grid.views.JqueryGridTagLibrary.class
com.jgeppert.struts2.jquery.grid.views.freemarker.tags.GridColumnModel.class
com.jgeppert.struts2.jquery.grid.views.freemarker.tags.GridModel.class
com.jgeppert.struts2.jquery.grid.views.freemarker.tags.JqueryGridModels.class
com.jgeppert.struts2.jquery.grid.views.jsp.ui.GridColumnTag.class
com.jgeppert.struts2.jquery.grid.views.jsp.ui.GridTag.class
com.jgeppert.struts2.jquery.grid.views.velocity.components.GridColumnDirective.class
com.jgeppert.struts2.jquery.grid.views.velocity.components.GridDirective.class
com.jgeppert.struts2.jquery.grid.views.velocity.components.JqueryGridAbstractDirective.class
struts-plugin.xml
template/i18n/grid.locale-ar.js
template/i18n/grid.locale-bg.js
template/i18n/grid.locale-ca.js
template/i18n/grid.locale-cn.js
template/i18n/grid.locale-cs.js
template/i18n/grid.locale-da.js
template/i18n/grid.locale-de.js
template/i18n/grid.locale-dk.js
template/i18n/grid.locale-el.js
template/i18n/grid.locale-en-GB.js
template/i18n/grid.locale-en.js
template/i18n/grid.locale-es.js
template/i18n/grid.locale-fa.js
template/i18n/grid.locale-fi.js
template/i18n/grid.locale-fr-CH.js
template/i18n/grid.locale-fr.js
template/i18n/grid.locale-gl.js
template/i18n/grid.locale-he.js
template/i18n/grid.locale-hr.js
template/i18n/grid.locale-hu.js
template/i18n/grid.locale-id.js
template/i18n/grid.locale-is.js
template/i18n/grid.locale-it.js
template/i18n/grid.locale-ja.js
template/i18n/grid.locale-kr.js
template/i18n/grid.locale-lt.js
template/i18n/grid.locale-mne.js
template/i18n/grid.locale-nl.js
template/i18n/grid.locale-no.js
template/i18n/grid.locale-pl.js
template/i18n/grid.locale-pt-BR.js
template/i18n/grid.locale-pt.js
template/i18n/grid.locale-ro.js
template/i18n/grid.locale-ru.js
template/i18n/grid.locale-sk.js
template/i18n/grid.locale-sr.js
template/i18n/grid.locale-sv.js
template/i18n/grid.locale-th.js
template/i18n/grid.locale-tr.js
template/i18n/grid.locale-ua.js
template/i18n/grid.locale-vi.js
template/i18n/grid.locale-zh-CN.js
template/i18n/grid.locale-zh-TW.js
template/jquery/grid-close.ftl
template/jquery/grid.ftl
template/jquery/gridcolumn-close.ftl
template/jquery/gridcolumn.ftl
template/js/plugins/grid.addons.js
template/js/plugins/grid.celledit.js
template/js/plugins/grid.filter.js
template/js/plugins/grid.formedit.js
template/js/plugins/grid.grouping.js
template/js/plugins/grid.inlinedit.js
template/js/plugins/grid.setcolumns.js
template/js/plugins/grid.subgrid.js
template/js/plugins/grid.tbltogrid.js
template/js/plugins/grid.treegrid.js
template/js/plugins/jquery.jqGrid.js
template/js/plugins/jquery.jqGrid.min.js
template/js/plugins/jquery.searchFilter.js
template/js/struts2/jquery.grid.struts2.js
template/js/struts2/jquery.grid.struts2.min.js
template/themes/ui.jqgrid.css
template/themes/ui.multiselect.css

Pom

struts2-jquery-grid-plugin-3.7.1.pom file content.

<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.jgeppert.struts2.jquery</groupId>
        <artifactId>struts2-jquery</artifactId>
        <version>3.7.1</version>
    </parent>
    <artifactId>struts2-jquery-grid-plugin</artifactId>
    <name>Struts 2 jQuery Grid Plugin</name>
    <packaging>jar</packaging>

    <scm>
        <connection>scm:svn:http://struts2-jquery.googlecode.com/svn/trunk/struts2-jquery-grid-plugin</connection>
        <developerConnection>scm:svn:https://struts2-jquery.googlecode.com/svn/trunk/struts2-jquery-grid-plugin
        </developerConnection>
        <url>http://code.google.com/p/struts2-jquery/source/browse/</url>
    </scm>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.myfaces.tobago</groupId>
                <artifactId>maven-apt-plugin</artifactId>
                <version>1.0.39</version>
                <configuration>
                    <A>
                        uri=/struts-jquery-grid-tags,
                        tlibVersion=${tlib.version},
                        jspVersion=2.0,
                        shortName=sjg,
                        displayName="Struts2 jQuery Grid Tags",
                        outFile=${basedir}/target/classes/META-INF/struts-jquery-grid-tags.tld,
                        description="Struts2 tags based on jQuery and jqGrid.",
                        outTemplatesDir=${basedir}/src/site/docs
                    </A>
                    <resourceTargetPath>target</resourceTargetPath>
                    <fork>false</fork>
                    <force>true</force>
                    <nocompile>true</nocompile>
                    <showWarnings>true</showWarnings>
                    <factory>
                        org.apache.struts.annotations.taglib.apt.TLDAnnotationProcessorFactory
                    </factory>
                    <target>1.5</target>
                    <includes>
                        <include>**/*.java</include>
                    </includes>
                </configuration>
                <executions>
                    <execution>
                        <phase>compile</phase>
                        <goals>
                            <goal>execute</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

    <dependencies>

        <!-- Core -->

        <dependency>
            <groupId>com.jgeppert.struts2.jquery</groupId>
            <artifactId>struts2-jquery-plugin</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>jsp-api</artifactId>
            <version>2.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.struts</groupId>
            <artifactId>struts-annotations</artifactId>
            <version>1.0.4</version>
            <optional>true</optional>
        </dependency>

        <!-- JSP API -->

        <!-- struts-annotations must be in compile scope for maven-apt-plugin to
             function correctly. Marking it optional to exclude it from transitive dependency resolution -->
        <dependency>
            <groupId>org.apache.struts</groupId>
            <artifactId>struts2-core</artifactId>
            <version>${struts2.version}</version>
            <type>jar</type>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.velocity</groupId>
            <artifactId>velocity</artifactId>
            <version>1.5</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.jgeppert.struts2.jquery</groupId>
   <artifactId>struts2-jquery-grid-plugin</artifactId>
   <version>3.7.1</version>
</dependency>

Download

If you think the following struts2-jquery-grid-plugin-3.7.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download struts2-jquery-grid-plugin-3.7.1.jar file




PreviousNext

Related