[mod] lost

This commit is contained in:
Andy Bunce 2025-02-04 20:45:45 +00:00
parent 38d12d91c1
commit d37f923d09
8 changed files with 106 additions and 41 deletions

17
package.xml Normal file
View file

@ -0,0 +1,17 @@
<package name="org.expkg_zone58.Pdfbox3"
abbrev="pdfbox"
version="0.1.1"
spec="1.0">
<component name="pdfbox-3.0.4.jar">
<source type="maven">org/apache/pdfbox/pdfbox/3.0.4/pdfbox-3.0.4.jar</source>
</component>
<component name="pdfbox-io-3.0.4.jar">
<source type="maven">org/apache/pdfbox/pdfbox-io/3.0.4/pdfbox-io-3.0.4.jar</source>
</component>
<component name="fontbox-3.0.4.jar">
<source type="maven">org/apache/pdfbox/fontbox/3.0.4/fontbox-3.0.4.jar</source>
</component>
<component name="commons-logging-1.3.4.jar">
<source type="maven">commons-logging/commons-logging/1.3.4/commons-logging-1.3.4.jar</source>
</component>
</package>