| 组织ID: |
cc.catalysts.boot |
| 项目ID: |
cat-boot-report-pdf |
| 版本: |
0.2.3 |
| 最后修改时间: |
2019-11-30 17:02:37 |
| 包类型: |
jar |
| 标题: |
cat-boot-report-pdf |
| 描述: |
Catalysts Spring Boot extentions |
| 相关URL: |
https://github.com/Catalysts/cat-boot |
| 大小: |
1.81MB |
|
|
| Maven引入代码: |
<dependency>
<groupId>cc.catalysts.boot</groupId>
<artifactId>cat-boot-report-pdf</artifactId>
<version>0.2.3</version>
</dependency>
|
| Gradle引入代码: |
cc.catalysts.boot:cat-boot-report-pdf:0.2.3
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>cc.catalysts.boot</groupId>
<artifactId>cat-boot-report-pdf</artifactId>
<version>0.2.3</version>
<name>cat-boot-report-pdf</name>
<description>Catalysts Spring Boot extentions</description>
<url>https://github.com/Catalysts/cat-boot</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Klaus Lehner</name>
<organizationUrl>https://www.catalysts.cc</organizationUrl>
</developer>
<developer>
<name>Thomas Scheinecker</name>
<organizationUrl>https://www.catalysts.cc</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Catalysts/cat-boot.git</connection>
<developerConnection>scm:git:https://github.com/Catalysts/cat-boot.git</developerConnection>
<url>https://github.com/Catalysts/cat-boot</url>
</scm>
<issueManagement>
<url>https://github.com/Catalysts/cat-boot/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
<version>1.7.24</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<scope>compile</scope>
<version>4.3.7.RELEASE</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<scope>compile</scope>
<version>1.5.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<scope>compile</scope>
<version>1.5.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.14</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
<version>4.3.7.RELEASE</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>4.12</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/spring-configuration-metadata.json
cc.catalysts.boot.report.pdf.PdfReport.class
cc.catalysts.boot.report.pdf.PdfReportBuilder.class
cc.catalysts.boot.report.pdf.config.PdfTextStyle.class
cc.catalysts.boot.report.pdf.config.PdfPageLayout.class
cc.catalysts.boot.report.pdf.config.PdfFont.class
cc.catalysts.boot.report.pdf.config.PdfStyleSheet.class
cc.catalysts.boot.report.pdf.config.DefaultPdfStyleSheet.class
cc.catalysts.boot.report.pdf.config.PdfReportAutoConfiguration$ServletConfiguration.class
cc.catalysts.boot.report.pdf.config.PdfReportAutoConfiguration.class
cc.catalysts.boot.report.pdf.elements.ReportElement.class
cc.catalysts.boot.report.pdf.elements.ReportImage$ImagePrintIntent.class
cc.catalysts.boot.report.pdf.elements.ReportImage$1.class
cc.catalysts.boot.report.pdf.elements.ReportImage.class
cc.catalysts.boot.report.pdf.elements.AbstractReportElement.class
cc.catalysts.boot.report.pdf.elements.ReportTable$1.class
cc.catalysts.boot.report.pdf.elements.ReportTable.class
cc.catalysts.boot.report.pdf.elements.PdfBoxHelper$TextSegment.class
cc.catalysts.boot.report.pdf.elements.PdfBoxHelper$1.class
cc.catalysts.boot.report.pdf.elements.PdfBoxHelper.class
cc.catalysts.boot.report.pdf.elements.ReportCompositeElement.class
cc.catalysts.boot.report.pdf.elements.ReportElementStatic.class
cc.catalysts.boot.report.pdf.elements.ReportPadding.class
cc.catalysts.boot.report.pdf.elements.ReportPage.class
cc.catalysts.boot.report.pdf.elements.ReportPageBreak.class
cc.catalysts.boot.report.pdf.elements.ReportRichTextBox.class
cc.catalysts.boot.report.pdf.elements.ReportTextBox$CacheKey.class
cc.catalysts.boot.report.pdf.elements.ReportTextBox$1.class
cc.catalysts.boot.report.pdf.elements.ReportTextBox.class
cc.catalysts.boot.report.pdf.utils.PositionOfStaticElements.class
cc.catalysts.boot.report.pdf.utils.ReportAlignType.class
cc.catalysts.boot.report.pdf.utils.ReportVerticalAlignType.class
cc.catalysts.boot.report.pdf.utils.Utf8Utils.class
cc.catalysts.boot.report.pdf.ReportTableBuilder.class
cc.catalysts.boot.report.pdf.ReportTableRowBuilder.class
cc.catalysts.boot.report.pdf.PdfReportPrinter.class
cc.catalysts.boot.report.pdf.PdfReportService.class
cc.catalysts.boot.report.pdf.exception.PdfBoxHelperException.class
cc.catalysts.boot.report.pdf.exception.PdfReportGeneratorException.class
cc.catalysts.boot.report.pdf.impl.AbstractFixedLineGenerator.class
cc.catalysts.boot.report.pdf.impl.PdfReportStructure.class
cc.catalysts.boot.report.pdf.impl.PdfFooterGenerator.class
cc.catalysts.boot.report.pdf.impl.PdfHeaderGenerator.class
cc.catalysts.boot.report.pdf.impl.PdfReportBuilderImpl.class
cc.catalysts.boot.report.pdf.impl.PdfReportFilePrinter.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
slf4j-api-1.7.24.jar
/org.slf4j/slf4j-api/1.7.24
查看slf4j-api所有版本文件
pdfbox-2.0.2.jar
/org.apache.pdfbox/pdfbox/2.0.2
查看pdfbox所有版本文件
spring-core-4.3.7.RELEASE.jar
/org.springframework/spring-core/4.3.7.RELEASE
查看spring-core所有版本文件
commons-io-2.4.jar
/commons-io/commons-io/2.4
查看commons-io所有版本文件
spring-boot-1.5.2.RELEASE.jar
/org.springframework.boot/spring-boot/1.5.2.RELEASE
查看spring-boot所有版本文件
spring-boot-autoconfigure-1.5.2.RELEASE.jar
/org.springframework.boot/spring-boot-autoconfigure/1.5.2.RELEASE
查看spring-boot-autoconfigure所有版本文件
snakeyaml-1.14.jar
/org.yaml/snakeyaml/1.14
查看snakeyaml所有版本文件
spring-test-4.3.7.RELEASE.jar
/org.springframework/spring-test/4.3.7.RELEASE
查看spring-test所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|