| 组织ID: |
com.github.nut077 |
| 项目ID: |
pdf-freedom |
| 版本: |
1.0.3 |
| 最后修改时间: |
2019-12-01 23:22:48 |
| 包类型: |
jar |
| 标题: |
Pdf freedom |
| 描述: |
library create pdf java
|
| 相关URL: |
http://github.com/nut077/pdffreedom |
| 大小: |
21.01KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.nut077</groupId>
<artifactId>pdf-freedom</artifactId>
<version>1.0.3</version>
</dependency>
|
| Gradle引入代码: |
com.github.nut077:pdf-freedom:1.0.3
|
| 下载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>
<groupId>com.github.nut077</groupId>
<artifactId>pdf-freedom</artifactId>
<version>1.0.3</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
<packaging>jar</packaging>
<name>Pdf freedom</name>
<description>library create pdf java
</description>
<url>http://github.com/nut077/pdffreedom</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<scm>
<connection>scm:git:git://github.com/nut077/pdffreedom.git</connection>
<developerConnection>scm:git:ssh://github.com:nut077/pdffreedom.git</developerConnection>
<url>http://github.com/nut077/pdffreedom</url>
</scm>
<developers>
<developer>
<name>Nuttapon Taveesrisawat</name>
<email>nuttapon.tavee@gmail.com</email>
<organization>com.github.nut077</organization>
<organizationUrl>http://github.com/nut077/</organizationUrl>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.5.13</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.github.nut077</groupId>
<artifactId>utilities-freedom</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.nutfreedom.pdf.CustomBorder.class
com.nutfreedom.pdf.DashedLine.class
com.nutfreedom.pdf.DottedLine.class
com.nutfreedom.pdf.DoubleCell.class
com.nutfreedom.pdf.FormatPdfFreedom.class
com.nutfreedom.pdf.HeaderTable.class
com.nutfreedom.pdf.LineDash.class
com.nutfreedom.pdf.PdfFreedom.class
com.nutfreedom.pdf.SolidLine.class
META-INF/maven/com.github.nut077/pdf-freedom/pom.xml
META-INF/maven/com.github.nut077/pdf-freedom/pom.properties
|
| 依赖Jar: |
itextpdf-5.5.13.jar
/com.itextpdf/itextpdf/5.5.13
查看itextpdf所有版本文件
javax.servlet-api-4.0.1.jar
/javax.servlet/javax.servlet-api/4.0.1
查看javax.servlet-api所有版本文件
javax.servlet.jsp-api-2.3.1.jar
/javax.servlet.jsp/javax.servlet.jsp-api/2.3.1
查看javax.servlet.jsp-api所有版本文件
utilities-freedom-1.0.0.jar
/com.github.nut077/utilities-freedom/1.0.0
查看utilities-freedom所有版本文件
|