<dependency> <groupId>biz.aQute.bnd</groupId> <artifactId>bnd-plugin-parent</artifactId> <version>3.2.0</version> <type>pom</type> </dependency>
implementation 'biz.aQute.bnd:bnd-plugin-parent:3.2.0'
implementation("biz.aQute.bnd:bnd-plugin-parent:3.2.0")
libraryDependencies += "biz.aQute.bnd" % "bnd-plugin-parent" % "3.2.0"
@Grapes( @Grab(group='biz.aQute.bnd', module='bnd-plugin-parent', version='3.2.0') )
<dependency org="biz.aQute.bnd" name="bnd-plugin-parent" rev="3.2.0" />
[biz.aQute.bnd/bnd-plugin-parent "3.2.0"]
'biz.aQute.bnd:bnd-plugin-parent:jar:3.2.0'