Registry / build-tool / biz-aqute-bnd-util

biz-aqute-bnd-util

JSON →
library7.2.3javamavenunverified

BND Utility Classes provide helper methods for OSGi bundle development and analysis.

<dependency> <groupId>biz.aQute.bnd</groupId> <artifactId>biz.aQute.bnd.util</artifactId> <version>7.2.3</version> </dependency>
INSTALL
IMPORT
SIG · BIZ-AQUTE-BND-UTIL
B
biz-aqute-bnd-util
build-tooljavav7.2.3
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

Builds an OSGi bundle from a JAR using the BND Builder.

import aQute.bnd.osgi.Builder; import aQute.bnd.osgi.Jar; Builder builder = new Builder(); builder.setClasspath(new Jar[] { new Jar("my.jar") }); Jar bundle = builder.build(); System.out.println(bundle.getName());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.2.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
Meta
1
Amazon
1
OpenAI (training)
1
Resources
biz-aqute-bnd-util — mvn dependency:get biz-aqute-bnd-util · libregistry