Registry / build-tool / bndlib

bndlib

JSON →
library1.50.0javamavenunverified

A Swiss Army Knife for OSGi, providing tools for manifest generation and bundle analysis.

<dependency> <groupId>biz.aQute</groupId> <artifactId>bndlib</artifactId> <version>1.50.0</version> </dependency>
INSTALL
IMPORT
SIG · BNDLIB
B
bndlib
build-tooljavav1.50.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Builder
aQute.bnd.osgi.Builder

Minimal usage of Bnd Builder to create an OSGi bundle.

import aQute.bnd.osgi.Builder; import aQute.bnd.osgi.Jar; public class Example { public static void main(String[] args) throws Exception { Builder builder = new Builder(); builder.setClasspath(new Jar[] { new Jar("input.jar") }); builder.build(); System.out.println("OSGi bundle built"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.50.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
18
OpenAI (training)
1
Resources
bndlib — mvn dependency:get bndlib · libregistry