The bndlib project is a general library to be used with OSGi bundles. It contains lots of cool functionality that calculates dependencies, etc.
'biz.aQute.bnd:bndlib:2.3.0'
<dependency> <groupId>biz.aQute.bnd</groupId> <artifactId>bndlib</artifactId> <version>2.3.0</version> </dependency>
<dependency org="biz.aQute.bnd" name="bndlib" rev="2.3.0"/>
"biz.aQute.bnd", "bndlib", "2.3.0"