| 组织ID: |
ch.codeblock.qrinvoice.openpdf |
| 项目ID: |
qrinvoice-openpdf |
| 版本: |
0.8 |
| 最后修改时间: |
2019-12-01 23:32:08 |
| 包类型: |
jar |
| 标题: |
QR Invoice Library - OpenPDF |
| 描述: |
Provides an OpenPDF 5 specific payment part writer |
| 大小: |
15.66KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>ch.codeblock.qrinvoice.openpdf</groupId>
<artifactId>qrinvoice-openpdf</artifactId>
<version>0.8</version>
</dependency>
|
| Gradle引入代码: |
ch.codeblock.qrinvoice.openpdf:qrinvoice-openpdf:0.8
|
| 下载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>0.8</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 5 specific payment part 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.0.5</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>1.0.3</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
ch.codeblock.qrinvoice.qrcode.IText4QrCodeWriter.class
ch.codeblock.qrinvoice.paymentpart.IText4PaymentPartWriter$1.class
ch.codeblock.qrinvoice.infrastructure.IText4OutputWriterFactory.class
META-INF/services/ch.codeblock.qrinvoice.infrastructure.IOutputWriterFactory
ch.codeblock.qrinvoice.paymentpart.IText4PaymentPartWriter.class
META-INF/maven/ch.codeblock.qrinvoice.openpdf/qrinvoice-openpdf/pom.xml
ch.codeblock.qrinvoice.paymentpart.IText4PaymentPartWriter$SplitOnAllCharacters.class
META-INF/maven/ch.codeblock.qrinvoice.openpdf/qrinvoice-openpdf/pom.properties
|
| 依赖Jar: |
openpdf-1.0.3.jar
/com.github.librepdf/openpdf/1.0.3
查看openpdf所有版本文件
|