MVN

biz.aQute.bnd.workspace : biz.aQute.bnd.workspace.gradle.plugin

Maven & Gradle

Nov 30, 2022
525 stars

Bnd Gradle Plugin for the Bnd Workspace · Gradle Plugin for developing OSGi bundles with Bnd using the Bnd Workspace build. Bnd is the premiere tool for creating OSGi bundles. This Gradle plugin is from the team that develops Bnd and is used by the Bnd team to build Bnd itself. See https://github.com/bndtools/bnd/blob/6.4.0/gradle-plugins/README.md for information on using on a Bnd Workspace.

<dependency>
    <groupId>biz.aQute.bnd.workspace</groupId>
    <artifactId>biz.aQute.bnd.workspace.gradle.plugin</artifactId>
    <version>6.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of biz.aQute.bnd.workspace : biz.aQute.bnd.workspace.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 6.4.0

All Versions

Choose a version of biz.aQute.bnd.workspace : biz.aQute.bnd.workspace.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
6.4.x
biz.aQute.bnd.workspace.gradle.plugin-6.4.0
6.3.x
biz.aQute.bnd.workspace.gradle.plugin-6.3.1
biz.aQute.bnd.workspace.gradle.plugin-6.3.0
6.2.x
biz.aQute.bnd.workspace.gradle.plugin-6.2.0
6.1.x
biz.aQute.bnd.workspace.gradle.plugin-6.1.0
6.0.x
biz.aQute.bnd.workspace.gradle.plugin-6.0.0
5.3.x
biz.aQute.bnd.workspace.gradle.plugin-5.3.0
5.2.x
biz.aQute.bnd.workspace.gradle.plugin-5.2.0
5.1.x
biz.aQute.bnd.workspace.gradle.plugin-5.1.2
biz.aQute.bnd.workspace.gradle.plugin-5.1.1
biz.aQute.bnd.workspace.gradle.plugin-5.1.0
5.0.x
biz.aQute.bnd.workspace.gradle.plugin-5.0.1
biz.aQute.bnd.workspace.gradle.plugin-5.0.0
4.3.x
biz.aQute.bnd.workspace.gradle.plugin-4.3.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>biz.aQute.bnd.workspace</groupId>
    <artifactId>biz.aQute.bnd.workspace.gradle.plugin</artifactId>
    <version>6.4.0</version>
</dependency>

Advertisement