org.odftoolkit.odfdom.converter.pdf-gae
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>fr.opensagres.xdocreport</groupId> <artifactId>org.odftoolkit.odfdom.converter.pdf-gae</artifactId> <version>1.0.6</version> </dependency>
<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> <parent> <groupId>fr.opensagres.xdocreport</groupId> <artifactId>gae</artifactId> <version>1.0.6</version> </parent> <artifactId>org.odftoolkit.odfdom.converter.pdf-gae</artifactId> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.6</version> <executions> <execution> <id>unpack</id> <phase>generate-sources</phase> <goals> <goal>unpack</goal> </goals> <configuration> <artifactItems> <artifactItem> <groupId>fr.opensagres.xdocreport</groupId> <artifactId>org.odftoolkit.odfdom.converter.pdf</artifactId> <version>${project.version}</version> <type>jar</type> <classifier>sources</classifier> <outputDirectory>${unpackDir}</outputDirectory> </artifactItem> </artifactItems> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>fr.opensagres.xdocreport</groupId> <artifactId>org.odftoolkit.odfdom.converter.core</artifactId> <version>1.0.6</version> </dependency> <dependency> <groupId>fr.opensagres.xdocreport</groupId> <artifactId>fr.opensagres.xdocreport.itext.extension-gae</artifactId> <version>1.0.6</version> </dependency> </dependencies> </project>