<dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>launcher</artifactId> <version>1.0.0</version> </dependency>
implementation 'org.daisy.pipeline:launcher:1.0.0'
implementation("org.daisy.pipeline:launcher:1.0.0")
libraryDependencies += "org.daisy.pipeline" % "launcher" % "1.0.0"
@Grapes( @Grab(group='org.daisy.pipeline', module='launcher', version='1.0.0') )
<dependency org="org.daisy.pipeline" name="launcher" rev="1.0.0" />
[org.daisy.pipeline/launcher "1.0.0"]
'org.daisy.pipeline:launcher:jar:1.0.0'
<parent> <groupId>org.daisy.pipeline</groupId> <artifactId>framework-parent</artifactId> <version>1.9</version> </parent>
compile
|-- org.osgi:org.osgi.core
|-- org.apache.felix:org.apache.felix.framework:4.4.0
|-- org.apache.felix:org.apache.felix.main:4.4.0