| 组织ID: |
ch.codeblock.qrinvoice.openpdf |
| 项目ID: |
qrinvoice-openpdf |
| 版本: |
1.3 |
| 最后修改时间: |
2019-12-03 02:08:09 |
| 包类型: |
jar |
| 标题: |
QR Invoice Library - OpenPDF |
| 描述: |
Provides an OpenPDF specific payment part receipt writer |
| 大小: |
21.59KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>ch.codeblock.qrinvoice.openpdf</groupId>
<artifactId>qrinvoice-openpdf</artifactId>
<version>1.3</version>
</dependency>
|
| Gradle引入代码: |
ch.codeblock.qrinvoice.openpdf:qrinvoice-openpdf:1.3
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>ch.codeblock.qrinvoice</groupId>
<artifactId>qrinvoice-root</artifactId>
<version>1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>ch.codeblock.qrinvoice.openpdf</groupId>
<artifactId>qrinvoice-openpdf</artifactId>
<name>QR Invoice Library - OpenPDF</name>
<description>Provides an OpenPDF specific payment part receipt writer</description>
<licenses>
<license>
<name>GNU Affero General Public License v3</name>
<url>http://www.fsf.org/licensing/licenses/agpl-3.0.html</url>
</license>
</licenses>
<properties>
<version.openpdf>1.1.0</version.openpdf>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>ch.codeblock.qrinvoice.core</groupId>
<artifactId>qrinvoice-core</artifactId>
<scope>provided</scope>
</dependency>
<!-- openpdf is basically itext-4.x at the moment -->
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>${version.openpdf}</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
ch.codeblock.qrinvoice.paymentpartreceipt.IText4PaymentPartReceiptWriter.class
META-INF/maven/ch.codeblock.qrinvoice.openpdf/qrinvoice-openpdf/pom.properties
ch.codeblock.qrinvoice.paymentpartreceipt.IText4PaymentPartReceiptWriter$SplitOnAllCharacters.class
ch.codeblock.qrinvoice.infrastructure.IText4OutputWriterFactory.class
META-INF/maven/ch.codeblock.qrinvoice.openpdf/qrinvoice-openpdf/pom.xml
ch.codeblock.qrinvoice.paymentpartreceipt.IText4PaymentPartReceiptWriter$1.class
ch.codeblock.qrinvoice.qrcode.IText4QrCodeWriter.class
META-INF/services/ch.codeblock.qrinvoice.infrastructure.IOutputWriterFactory
|
| 依赖Jar: |
openpdf-${version.openpdf}.jar
/com.github.librepdf/openpdf/${version.openpdf}
查看openpdf所有版本文件
|