<dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>push-notifier</artifactId> <version>2.1.2</version> <type>bundle</type> </dependency>
implementation 'org.daisy.pipeline:push-notifier:2.1.2'
implementation("org.daisy.pipeline:push-notifier:2.1.2")
libraryDependencies += "org.daisy.pipeline" % "push-notifier" % "2.1.2"
@Grapes( @Grab(group='org.daisy.pipeline', module='push-notifier', version='2.1.2') )
<dependency org="org.daisy.pipeline" name="push-notifier" rev="2.1.2" />
[org.daisy.pipeline/push-notifier "2.1.2"]
'org.daisy.pipeline:push-notifier:jar:2.1.2'
<parent> <groupId>org.daisy.pipeline</groupId> <artifactId>framework-parent</artifactId> <version>1.13.1</version> </parent>
compile
|-- com.google.guava:guava
|-- org.daisy.pipeline:framework-core
|-- org.daisy.pipeline:webservice-utils
|-- org.restlet.osgi:org.restlet.ext.xml
provided
|-- org.osgi:org.osgi.core
|-- org.osgi:org.osgi.compendium
|-- org.daisy.pipeline:ds-to-spi-runtime