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