You can download struts2-jquery-chart-plugin-3.7.1.jar in this page.
Open Source
struts2-jquery-chart-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-chart-plugin/pom.properties META-INF/maven/com.jgeppert.struts2.jquery/struts2-jquery-chart-plugin/pom.xml META-INF/struts-jquery-chart-tags.tld NOTICE.txt com.jgeppert.struts2.jquery.chart.components.Chart.class com.jgeppert.struts2.jquery.chart.components.ChartData.class com.jgeppert.struts2.jquery.chart.views.JqueryChartTagLibrary.class com.jgeppert.struts2.jquery.chart.views.freemarker.tags.ChartDataModel.class com.jgeppert.struts2.jquery.chart.views.freemarker.tags.ChartModel.class com.jgeppert.struts2.jquery.chart.views.freemarker.tags.JqueryChartModels.class com.jgeppert.struts2.jquery.chart.views.jsp.ui.ChartDataTag.class com.jgeppert.struts2.jquery.chart.views.jsp.ui.ChartTag.class com.jgeppert.struts2.jquery.chart.views.velocity.components.ChartDataDirective.class com.jgeppert.struts2.jquery.chart.views.velocity.components.ChartDirective.class com.jgeppert.struts2.jquery.chart.views.velocity.components.JqueryChartAbstractDirective.class struts-plugin.xml template/jquery/chart-close.ftl template/jquery/chart-data-close.ftl template/jquery/chart-data.ftl template/jquery/chart.ftl template/jquery/theme.properties template/js/flot/curvedLines.js template/js/flot/curvedLines.min.js template/js/flot/excanvas.js template/js/flot/excanvas.min.js template/js/flot/jquery.colorhelpers.js template/js/flot/jquery.colorhelpers.min.js template/js/flot/jquery.flot.axislabels.js template/js/flot/jquery.flot.axislabels.min.js template/js/flot/jquery.flot.categories.js template/js/flot/jquery.flot.categories.min.js template/js/flot/jquery.flot.crosshair.js template/js/flot/jquery.flot.crosshair.min.js template/js/flot/jquery.flot.errorbars.js template/js/flot/jquery.flot.errorbars.min.js template/js/flot/jquery.flot.fillbetween.js template/js/flot/jquery.flot.fillbetween.min.js template/js/flot/jquery.flot.image.js template/js/flot/jquery.flot.image.min.js template/js/flot/jquery.flot.js template/js/flot/jquery.flot.min.js template/js/flot/jquery.flot.navigate.js template/js/flot/jquery.flot.navigate.min.js template/js/flot/jquery.flot.pie.js template/js/flot/jquery.flot.pie.min.js template/js/flot/jquery.flot.resize.js template/js/flot/jquery.flot.resize.min.js template/js/flot/jquery.flot.selection.js template/js/flot/jquery.flot.selection.min.js template/js/flot/jquery.flot.stack.js template/js/flot/jquery.flot.stack.min.js template/js/flot/jquery.flot.symbol.js template/js/flot/jquery.flot.symbol.min.js template/js/flot/jquery.flot.threshold.js template/js/flot/jquery.flot.threshold.min.js template/js/flot/jquery.flot.time.js template/js/flot/jquery.flot.time.min.js template/js/struts2/jquery.chart.struts2.js template/js/struts2/jquery.chart.struts2.min.js
struts2-jquery-chart-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-chart-plugin</artifactId> <name>Struts 2 jQuery Chart Plugin</name> <packaging>jar</packaging> <scm> <connection>scm:svn:http://struts2-jquery.googlecode.com/svn/trunk/struts2-jquery-chart-plugin</connection> <developerConnection>scm:svn:https://struts2-jquery.googlecode.com/svn/trunk/struts2-jquery-chart-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-chart-tags, tlibVersion=${tlib.version}, jspVersion=2.0, shortName=sjc, displayName="Struts2 jQuery Chart Tags", outFile=${basedir}/target/classes/META-INF/struts-jquery-chart-tags.tld, description="Struts2 Chart Tags based on jQuery.", 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>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>com.jgeppert.struts2.jquery</groupId> <artifactId>struts2-jquery-plugin</artifactId> <version>${project.version}</version> </dependency> <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> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.7.0</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.jgeppert.struts2.jquery</groupId> <artifactId>struts2-jquery-chart-plugin</artifactId> <version>3.7.1</version> </dependency>
If you think the following struts2-jquery-chart-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-chart-plugin-3.7.1.jar file