odr-core-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>app.opendocument</groupId>
<artifactId>odr-core-java</artifactId>
<version>6.14.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!-- Maven distribution of the Java API (`app.opendocument.core`), classes only.
The native library (`libodr_jni`) is not part of this artifact; consumers
build it themselves against their target platform (see README.md).
The version is injected by CI via `-Drevision=<version>` on release. -->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>app.opendocument</groupId>
<artifactId>odr-core-java</artifactId>
<version>6.14.0</version>
<name>odr-core-java</name>
<description>Java bindings for OpenDocument.core — decode office documents (ODF, OOXML, legacy MS binary, PDF, CSV, ...) and render them to HTML</description>
<url>https://github.com/opendocument-app/OpenDocument.core</url>
<licenses>
<license>
<name>MPL-2.0</name>
<url>https://www.mozilla.org/en-US/MPL/2.0/</url>
</license>
</licenses>
<developers>
<developer>
<id>opendocument-app</id>
<name>OpenDocument.app</name>
<url>https://github.com/opendocument-app</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/opendocument-app/OpenDocument.core.git</connection>
<developerConnection>scm:git:git@github.com:opendocument-app/OpenDocument.core.git</developerConnection>
<url>https://github.com/opendocument-app/OpenDocument.core</url>
</scm>
</project>