You can download jempbox-1.8.10.jar in this page.
Apache License
jempbox-1.8.10.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.apache.pdfbox/jempbox/pom.properties META-INF/maven/org.apache.pdfbox/jempbox/pom.xml org.apache.jempbox.impl.DateConverter.class org.apache.jempbox.impl.XMLUtil.class org.apache.jempbox.xmp.Elementable.class org.apache.jempbox.xmp.ResourceEvent.class org.apache.jempbox.xmp.ResourceRef.class org.apache.jempbox.xmp.Thumbnail.class org.apache.jempbox.xmp.XMPMetadata.class org.apache.jempbox.xmp.XMPSchema.class org.apache.jempbox.xmp.XMPSchemaBasic.class org.apache.jempbox.xmp.XMPSchemaBasicJobTicket.class org.apache.jempbox.xmp.XMPSchemaDublinCore.class org.apache.jempbox.xmp.XMPSchemaDynamicMedia.class org.apache.jempbox.xmp.XMPSchemaIptc4xmpCore.class org.apache.jempbox.xmp.XMPSchemaMediaManagement.class org.apache.jempbox.xmp.XMPSchemaPDF.class org.apache.jempbox.xmp.XMPSchemaPagedText.class org.apache.jempbox.xmp.XMPSchemaPhotoshop.class org.apache.jempbox.xmp.XMPSchemaRightsManagement.class org.apache.jempbox.xmp.pdfa.XMPMetadataPDFA.class org.apache.jempbox.xmp.pdfa.XMPSchemaPDFAField.class org.apache.jempbox.xmp.pdfa.XMPSchemaPDFAId.class org.apache.jempbox.xmp.pdfa.XMPSchemaPDFAProperty.class org.apache.jempbox.xmp.pdfa.XMPSchemaPDFASchema.class org.apache.jempbox.xmp.pdfa.XMPSchemaPDFAType.class
jempbox-1.8.10.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-parent</artifactId> <version>1.8.10</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>jempbox</artifactId> <packaging>bundle</packaging> <name>Apache JempBox</name> <description> The Apache JempBox library is an open source Java tool that implements Adobe's XMP(TM) specification. JempBox is a subproject of Apache PDFBox. </description> <inceptionYear>2008</inceptionYear> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.1</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>jempbox</artifactId> <version>1.8.10</version> </dependency>
If you think the following jempbox-1.8.10.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jempbox-1.8.10.jar file