<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>tts-helpers</artifactId>
<version>1.0.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.daisy.pipeline.modules', module='tts-helpers', version='1.0.2')
)
<parent> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>tts-modules-parent</artifactId> <version>1.11.2</version> </parent>
compile
|-- org.daisy.pipeline:framework-core
|-- org.daisy.libs:com.xmlcalabash
|-- org.daisy.pipeline:calabash-adapter
runtime
|-- org.daisy.pipeline.modules:fileset-utils
|-- org.daisy.pipeline.modules:file-utils
test
|-- junit:junit
|-- ch.qos.logback:logback-classic