
02 Download
bnd is already used by several different projects.
| Bndtools | A plugin for Eclipse that is completely based on bnd. It is available in the Eclipse marketplace. |
| Apache Maven Bundle Plugin | The plugin is based on bnd. You can find more information and tips at Maven. |
| Apache Felix Sigil | Ant/Eclipse plugin for OSGi development. |
| Bnd4sbt | A bundle tool for Scala applications. |
| Osmorc | A plugin for IDEA's IntelliJ. |
| Build4OSGi | A plugin for the JRuby based build tool buildr |
| Gradle OSGi Plugin | A Gradle based OSGi plugin. Gradle is a Groovy based builder. |
| Ant | bnd is already an ant task |
| Apache Felix IntelliJ Plugin | provides native IntelliJ IDEA support for developing, running and debugging OSGi projects developed using Apache Felix and the Apache Felix Maven Bundle Plugin. |
If you're a developer of a tool that needs to be listed here, do not hesitate to ask me.
Source Code
bnd is maintained at https://github.com/bndtools/bnd
Maven Central
Maven Central may lag in its version but can be used with:
<dependency>
<groupId>biz.aQute</groupId>
<artifactId>bndlib</artifactId>
<version>1.*.*</version>
</dependency>


