<dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>push-notifier</artifactId> <version>2.1.1</version> <type>bundle</type> </dependency>
implementation 'org.daisy.pipeline:push-notifier:2.1.1'
implementation("org.daisy.pipeline:push-notifier:2.1.1")
libraryDependencies += "org.daisy.pipeline" % "push-notifier" % "2.1.1"
@Grapes( @Grab(group='org.daisy.pipeline', module='push-notifier', version='2.1.1') )
<dependency org="org.daisy.pipeline" name="push-notifier" rev="2.1.1" />
[org.daisy.pipeline/push-notifier "2.1.1"]
'org.daisy.pipeline:push-notifier:jar:2.1.1'
<parent> <groupId>org.daisy.pipeline</groupId> <artifactId>framework-parent</artifactId> <version>1.13.0</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