<dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>framework-parent</artifactId> <version>1.8</version> <type>pom</type> </dependency>
implementation 'org.daisy.pipeline:framework-parent:1.8'
implementation("org.daisy.pipeline:framework-parent:1.8")
libraryDependencies += "org.daisy.pipeline" % "framework-parent" % "1.8"
@Grapes( @Grab(group='org.daisy.pipeline', module='framework-parent', version='1.8') )
<dependency org="org.daisy.pipeline" name="framework-parent" rev="1.8" />
[org.daisy.pipeline/framework-parent "1.8"]
'org.daisy.pipeline:framework-parent:jar:1.8'
<parent> <groupId>org.daisy</groupId> <artifactId>daisy</artifactId> <version>3</version> </parent>
compile
|-- junit:junit
|-- org.slf4j:slf4j-jdk14
|-- org.slf4j:log4j-over-slf4j
|-- org.slf4j:jcl-over-slf4j