daisy202-utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>daisy202-utils</artifactId> <version>1.2.1</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> <parent> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>modules-parent</artifactId> <version>1.14.5</version> <relativePath>../../parent/</relativePath> </parent> <artifactId>daisy202-utils</artifactId> <version>1.2.1</version> <packaging>bundle</packaging> <name>DAISY Pipeline 2 module :: DAISY 2.02 Utils</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>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>smil-utils</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>mediatype-utils</artifactId> <scope>runtime</scope> </dependency> </dependencies> <properties> <expose-services> org.daisy.pipeline.modules.impl.Module_daisy202_utils </expose-services> </properties> </project>