is not current version
Last Version 6.3.1

biz.aQute.bnd:biz.aQute.bnd.gradle.plugin 6.3.0

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.3.0/gradle-plugins/README.md for information on using in a Bnd Workspace build.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

biz.aQute.bnd
ArtifactId

ArtifactId

biz.aQute.bnd.gradle.plugin
Version

Version

6.3.0
Type

Type

pom

Download biz.aQute.bnd.gradle.plugin 6.3.0


<!-- https://jarcasting.com/artifacts/biz.aQute.bnd/biz.aQute.bnd.gradle.plugin/ -->
<dependency>
    <groupId>biz.aQute.bnd</groupId>
    <artifactId>biz.aQute.bnd.gradle.plugin</artifactId>
    <version>6.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute.bnd/biz.aQute.bnd.gradle.plugin/
implementation 'biz.aQute.bnd:biz.aQute.bnd.gradle.plugin:6.3.0'
// https://jarcasting.com/artifacts/biz.aQute.bnd/biz.aQute.bnd.gradle.plugin/
implementation ("biz.aQute.bnd:biz.aQute.bnd.gradle.plugin:6.3.0")
'biz.aQute.bnd:biz.aQute.bnd.gradle.plugin:pom:6.3.0'
<dependency org="biz.aQute.bnd" name="biz.aQute.bnd.gradle.plugin" rev="6.3.0">
  <artifact name="biz.aQute.bnd.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='biz.aQute.bnd', module='biz.aQute.bnd.gradle.plugin', version='6.3.0')
)
libraryDependencies += "biz.aQute.bnd" % "biz.aQute.bnd.gradle.plugin" % "6.3.0"
[biz.aQute.bnd/biz.aQute.bnd.gradle.plugin "6.3.0"]