jOpenDocument
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jopendocument</groupId> <artifactId>jOpenDocument</artifactId> <version>1.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.jopendocument</groupId> <artifactId>jOpenDocument</artifactId> <version>1.3</version> <packaging>jar</packaging> <name>jOpenDocument (including dependencies)</name> <description>jOpenDocument is a free library for developers looking to use Open Document files without OpenOffice.org.</description> <url>http://www.jopendocument.org/</url> <organization> <name>ILM Informatique</name> <url>http://www.ilm-informatique.fr/</url> </organization> <licenses> <license> <name>GNU General Public License 3</name> <url>http://www.gnu.org/licenses/gpl-3.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>ilm</id> <name>ILM Informatique</name> </developer> </developers> <mailingLists> <mailingList> <name>jopendocument</name> <subscribe>http://groups.google.com/group/jopendocument</subscribe> <unsubscribe>http://groups.google.com/group/jopendocument</unsubscribe> <archive>http://www.mail-archive.com/mailing@jopendocument.org</archive> </mailingList> </mailingLists> <scm> <connection>not available</connection> <url>http://jopendocument.org/download/jOpenDocument-src-1.3.zip</url> </scm> </project>