java-xmp
Extensible Metadat Platform (XMP) support in Java
Adobe's Extensible Metadata Platform (XMP) is a labeling technology that allows you to embed data about a file, known as metadata, into the file itself. The XMP Toolkit for Java is based on the C++ XMPCore library and the API is similar.
- Versions: 5.1.3
- Website: https://www.adobe.com/devnet/xmp.html
- Licenses: Modified BSD
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of java-xmp
as follows:
guix install java-xmp
Or install a particular version:
guix install java-xmp@5.1.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of java-xmp about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/java-xmp'><img src='https://packages.guix.gnu.org/packages/java-xmp/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/java-xmp/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/java-xmp)
Example Org:
[[https://packages.guix.gnu.org/packages/java-xmp][https://packages.guix.gnu.org/packages/java-xmp/badges/latest-version.svg]]