Registry / build-tool / tinybundles

tinybundles

JSON →
library4.0.1javamavenunverified

TinyBundles is a library to create and modify OSGi bundles on the fly using fluent Java API.

<dependency> <groupId>org.ops4j.pax.tinybundles</groupId> <artifactId>tinybundles</artifactId> <version>4.0.1</version> </dependency>
INSTALL
IMPORT
SIG · TINYBUNDLES
T
tinybundles
build-tooljavav4.0.1
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.

TinyBundles
org.ops4j.pax.tinybundles.core.TinyBundles

Creates a simple OSGi bundle using TinyBundles.

import org.ops4j.pax.tinybundles.core.TinyBundles; import org.osgi.framework.Constants; public class Quickstart { public static void main(String[] args) throws Exception { TinyBundles.bundle() .add("META-INF/MANIFEST.MF", "Manifest-Version: 1.0\n" + Constants.BUNDLE_SYMBOLICNAME + ": test") .build(System.out); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources
tinybundles — mvn dependency:get tinybundles · libregistry