• Intro Headers Instructions Macros Commands
  • Fork me on GitHub
    • Introduction
    • How to install bnd
    • Guided Tour
    • Guided Tour Workspace & Projects
    • Concepts
    • Best practices
    • Build
    • Project Setup
    • Generating JARs
    • Versioning
    • Baselining
    • Service Components
    • Metatype
    • Contracts
    • Bundle Annotations
    • Accessor Properties
    • SPI Annotations
    • Resolving Dependencies
    • Launching
    • Startlevels
    • Testing
    • Testing with Launchpad
    • Packaging Applications
    • JPMS Libraries
    • Wrapping Libraries to OSGi Bundles
    • Generating Documentation
    • Commands
    • For Developers
    • Tips for Windows users
    • Tools bound to bnd
    • Headers
    • Instruction Reference
    • Instruction Index
    • Macro Reference
    • Macro Index
    • Plugins
    • External Plugins
    • Settings
    • Errors
    • Warnings
    • Frequently Asked Questions


  • Download

    TODO download/install instructions

    Where bnd is Used

    bnd is already used by several different projects.

    • Maven Bundle Plugin
    • Gradle
    • bndtools

    TODO update list of projects that use bnd

    If you’re a developer of a tool that needs to be listed here, do not hesitate to ask Peter.Kriens@aQute.biz.

    Source Code

    bnd is maintained at github

    Maven Central

    Maven Central may lag in its version but can be used with:

    <dependency>
      <groupId>biz.aQute.bnd</groupId>
      <artifactId>biz.aQute.bndlib</artifactId>
      <version>3.0.0</version>
    </dependency>
    

    Download Latest Version

    • Master build
    • GitHub