bnd

Create, inspect, and manipulate OSGi bundle JAR files from the command line.

brewmacoslinux
Try with needOr install directly
Source

About

Swiss Army Knife for OSGi bundles

Commands

bnd

Examples

create an OSGi bundle from a JAR file$ bnd wrap myapp.jar
view the contents and metadata of a bundle$ bnd print -manifest myapp.jar
build a bundle from a bnd configuration file$ bnd build
check if a JAR is a valid OSGi bundle$ bnd verify myapp.jar
show bundle exports imports and dependencies$ bnd header Export-Package myapp.jar