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