| Group ID: |
org.daisy.pipeline.modules |
| Artifact ID: |
daisy202-to-epub3 |
| Version: |
1.2.2 |
| Last modified: |
28.11.2017 15:30 |
| Packaging: |
jar |
| Name: |
DAISY Pipeline 2 module :: DAISY 2.02 to EPUB 3 |
|
|
| Size: |
30.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/daisy/pipeline/modules/daisy202-to-epub3/1.2.2/daisy202-to-epub3-1.2.2-doc.jar |
| POM: |
Show
hide
<?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>
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>scripts-parent</artifactId>
<version>1.10.2</version>
<relativePath>../parent/</relativePath>
</parent>
<artifactId>daisy202-to-epub3</artifactId>
<version>1.2.2</version>
<packaging>bundle</packaging>
<name>DAISY Pipeline 2 module :: DAISY 2.02 to EPUB 3</name>
<dependencies>
<!--
runtime dependencies
-->
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>common-utils</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>daisy202-utils</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>epub3-nav-utils</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>epub3-ocf-utils</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>epub3-pub-utils</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>fileset-utils</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>file-utils</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>html-utils</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>mediaoverlay-utils</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>mediatype-utils</artifactId>
<scope>runtime</scope>
</dependency>
<!--
test dependencies
-->
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>common-entities</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.build</groupId>
<artifactId>modules-test-helper</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>daisy202-to-epub3</artifactId>
<version>1.2.2</version>
<classifier>doc</classifier>
</dependency>
|
| Gradle: |
org.daisy.pipeline.modules:daisy202-to-epub3:1.2.2:doc |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|