aQute Bundle Tool Library.
A library for manipulating and generating bundles.
Here is the list of declaration for bndlib. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>biz.aQute</groupId> <artifactId>bndlib</artifactId> <version>1.43.0</version> </dependency>
If you think this Maven repository POM file listing for bndlib is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:All files contained in this JAR are licensed under the Apache 2.0 license, unless noted differently in their source (see swing2swt).
URL: http://www.opensource.org/licenses/apache2.0.php.
The following table lists the most popular artifacts which are depending on bndlib-1.43.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
OSGi | tinybundles 1.0.0 Tiny Bundles is a library to create and modify adhoc bundles and other OSGi resources using fluent Java API. | 51 |
The following packages are defined in the bndlib-1.43.0.jar
aQute.bnd.annotation aQute.bnd.annotation.component aQute.bnd.annotation.metatype aQute.bnd.build aQute.bnd.compatibility aQute.bnd.help aQute.bnd.make aQute.bnd.make.calltree aQute.bnd.make.component aQute.bnd.make.coverage aQute.bnd.make.metatype aQute.bnd.maven aQute.bnd.repo.eclipse aQute.bnd.resolver aQute.bnd.service aQute.bnd.service.action aQute.bnd.settings aQute.bnd.signing aQute.lib.base64 aQute.lib.collections aQute.lib.deployer aQute.lib.filter aQute.lib.hex aQute.lib.index aQute.lib.io aQute.lib.jardiff aQute.lib.osgi aQute.lib.osgi.eclipse aQute.lib.putjar aQute.lib.spring aQute.lib.tag aQute.libg.command aQute.libg.cryptography aQute.libg.fileiterator aQute.libg.generics aQute.libg.header aQute.libg.qtokens aQute.libg.reporter aQute.libg.sed aQute.libg.tarjan aQute.libg.tuple aQute.libg.version
Here is the content of the POM file.
<project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd'> <modelVersion> 4.0.0 </modelVersion> <groupId> biz.aQute </groupId> <artifactId> bndlib </artifactId> <version> 1.43.0 </version> <description> A library for manipulating and generating bundles </description> <name> aQute Bundle Tool Library </name> <url> http://www.aQute.biz/Code/Bnd </url> <scm> <url> git://github.com/bnd/bnd.git </url> <connection> git://github.com/bnd/bnd.git </connection> <developerConnection> git://github.com/bnd/bnd.git </developerConnection> </scm> <organization> <name> aQute SARL </name> <url> http://www.aQute.biz </url> </organization> <licenses> <license> <name> All files contained in this JAR are licensed under the Apache 2.0 license, unless noted differently in their source (see swing2swt). </name> <url> http://www.opensource.org/licenses/apache2.0.php </url> <distribution> repo </distribution> </license> </licenses> </project>