Download easypoi-web-2.3.1.jar file

Introduction

You can download easypoi-web-2.3.1.jar in this page.

License

Open Source

Type List

easypoi-web-2.3.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jeecg/easypoi-web/pom.properties
META-INF/maven/org.jeecg/easypoi-web/pom.xml
org.jeecgframework.poi.excel.entity.vo.BasePOIConstants.class
org.jeecgframework.poi.excel.entity.vo.MapExcelConstants.class
org.jeecgframework.poi.excel.entity.vo.MapExcelGraphConstants.class
org.jeecgframework.poi.excel.entity.vo.NormalExcelConstants.class
org.jeecgframework.poi.excel.entity.vo.PDFTemplateConstants.class
org.jeecgframework.poi.excel.entity.vo.TemplateExcelConstants.class
org.jeecgframework.poi.excel.entity.vo.TemplateWordConstants.class
org.jeecgframework.poi.excel.view.JeecgMapExcelView.class
org.jeecgframework.poi.excel.view.JeecgSingleExcelView.class
org.jeecgframework.poi.excel.view.JeecgTemplateExcelView.class
org.jeecgframework.poi.excel.view.JeecgTemplateWordView.class
org.jeecgframework.poi.excel.view.MapGraphExcelView.class
org.jeecgframework.poi.excel.view.MiniAbstractExcelView.class
org.jeecgframework.poi.excel.view.PDFTemplateView.class
org.jeecgframework.poi.excel.view.PoiBaseView.class

Pom

easypoi-web-2.3.1.pom file content.

<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.jeecg</groupId>
		<artifactId>easypoi</artifactId>
		<version>2.3.1</version>
	</parent>
	<artifactId>easypoi-web</artifactId>
	<dependencies>
		<!--spring -->
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-web</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-webmvc</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-core</artifactId>
		</dependency>

		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<scope>provided</scope>
		</dependency>

		<!-- PDF -->
		<dependency>
			<groupId>com.itextpdf</groupId>
			<artifactId>itextpdf</artifactId>
			<optional>true</optional>
		</dependency>

		<dependency>
			<groupId>org.jeecg</groupId>
			<artifactId>easypoi-base</artifactId>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jeecg</groupId>
   <artifactId>easypoi-web</artifactId>
   <version>2.3.1</version>
</dependency>

Download

If you think the following easypoi-web-2.3.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download easypoi-web-2.3.1.jar file




PreviousNext

Related