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.4.0'
<dependency> <groupId>biz.aQute.bnd</groupId> <artifactId>bndlib</artifactId> <version>2.4.0</version> </dependency>
<dependency org="biz.aQute.bnd" name="bndlib" rev="2.4.0"/>
"biz.aQute.bnd", "bndlib", "2.4.0"