B

bundle

In OSGi, a bundle is the primary deployment format. They are either ZIP or JAR files that contain resources and classes for providing a set of functionality to other bundles or to the end user.. Bundles differ from standard JAR files in that they must contain and OSGi manifest describing the bundle and its dependencies.