<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>nlp-break-detection</artifactId>
<version>1.1.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.daisy.pipeline.modules', module='nlp-break-detection', version='1.1.0')
)
<parent> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>nlp-modules-parent</artifactId> <version>1.9</version> </parent>
compile
|-- org.daisy.libs:com.xmlcalabash
|-- org.daisy.pipeline:calabash-adapter
|-- org.daisy.pipeline.modules:nlp-common
|-- org.daisy.pipeline.modules:nlp-lexing
test
|-- junit:junit