License |
License |
---|---|
Categories |
CategoriesPDF Data |
GroupId | GroupIdcom.github.rshtishi |
ArtifactId | ArtifactIdpdfBarcodesProcessor |
Last Version | Last Version1.0.2-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPdf Barcode Processor
A library for processing pdf that contain barcode images.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.rshtishi/pdfBarcodesProcessor/ -->
<dependency>
<groupId>com.github.rshtishi</groupId>
<artifactId>pdfBarcodesProcessor</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rshtishi/pdfBarcodesProcessor/
implementation 'com.github.rshtishi:pdfBarcodesProcessor:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.rshtishi/pdfBarcodesProcessor/
implementation ("com.github.rshtishi:pdfBarcodesProcessor:1.0.2-RELEASE")
'com.github.rshtishi:pdfBarcodesProcessor:jar:1.0.2-RELEASE'
<dependency org="com.github.rshtishi" name="pdfBarcodesProcessor" rev="1.0.2-RELEASE">
<artifact name="pdfBarcodesProcessor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rshtishi', module='pdfBarcodesProcessor', version='1.0.2-RELEASE')
)
libraryDependencies += "com.github.rshtishi" % "pdfBarcodesProcessor" % "1.0.2-RELEASE"
[com.github.rshtishi/pdfBarcodesProcessor "1.0.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.pdfbox : pdfbox | jar | 2.0.16 |
com.google.zxing : core | jar | 3.3.3 |
com.google.zxing : javase | jar | 3.3.3 |
nu.pattern : opencv | jar | 2.4.9-4 |
org.apache.commons : commons-lang3 | jar | 3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |