| 组织ID: |
com.butor |
| 项目ID: |
butor-html2pdf |
| 版本: |
1.0.14 |
| 最后修改时间: |
2019-12-01 14:09:39 |
| 包类型: |
jar |
| 标题: |
Butor Framework Service - HTML to PDF Module |
| 描述: |
Butor Framework - HTML to PDF Utils. This project is an utility module, It is a wrapper to use phantomjs engine. |
| 大小: |
8.66KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-html2pdf</artifactId>
<version>1.0.14</version>
</dependency>
|
| Gradle引入代码: |
com.butor:butor-html2pdf:1.0.14
|
| 下载Jar包: |
|
| POM文件内容: |
<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>
<artifactId>butor-html2pdf</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>com.butor</groupId>
<artifactId>butor-fw-service-parent</artifactId>
<version>1.0.14</version>
</parent>
<name>Butor Framework Service - HTML to PDF Module</name>
<description>Butor Framework - HTML to PDF Utils. This project is an utility module, It is a wrapper to use phantomjs engine.</description>
<url>http://www.butor.com</url>
<dependencies>
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-utils</artifactId>
<version>${butor.version}</version>
</dependency>
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-json</artifactId>
<version>${butor.version}</version>
</dependency>
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-log4j</artifactId>
<version>${butor.version}</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.8.0</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.butor.html2pdf.Html2PdfServices.class
org.butor.html2pdf.Html2Pdf.class
org.butor.html2pdf.Html2PdfServices$1.class
org.butor.html2pdf.Html2PdfHandler.class
META-INF/maven/com.butor/butor-html2pdf/pom.xml
META-INF/maven/com.butor/butor-html2pdf/pom.properties
|
| 依赖Jar: |
butor-utils-${butor.version}.jar
/com.butor/butor-utils/${butor.version}
查看butor-utils所有版本文件
butor-json-${butor.version}.jar
/com.butor/butor-json/${butor.version}
查看butor-json所有版本文件
butor-log4j-${butor.version}.jar
/com.butor/butor-log4j/${butor.version}
查看butor-log4j所有版本文件
commons-beanutils-1.8.0.jar
/commons-beanutils/commons-beanutils/1.8.0
查看commons-beanutils所有版本文件
|