License |
License |
---|---|
Categories |
CategoriesPDF Data |
GroupId | GroupIdcom.github.axet |
ArtifactId | ArtifactIdpdfparse |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPDFParse
PDFParse, a free Java-PDF parsing library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pdfparse-1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.axet/pdfparse/ -->
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>pdfparse</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.axet/pdfparse/
implementation 'com.github.axet:pdfparse:1.0'
// https://jarcasting.com/artifacts/com.github.axet/pdfparse/
implementation ("com.github.axet:pdfparse:1.0")
'com.github.axet:pdfparse:pom:1.0'
<dependency org="com.github.axet" name="pdfparse" rev="1.0">
<artifact name="pdfparse" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.axet', module='pdfparse', version='1.0')
)
libraryDependencies += "com.github.axet" % "pdfparse" % "1.0"
[com.github.axet/pdfparse "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |