License |
License
(Apache-2.0 OR EPL-2.0)
|
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdbiz.aQute.bnd.workspace |
ArtifactId | ArtifactIdbiz.aQute.bnd.workspace.gradle.plugin |
Version | Version6.3.1 |
Type | Typepom |
Description |
DescriptionBnd 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.3.1/gradle-plugins/README.md for information on using on a Bnd Workspace.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
biz.aQute.bnd.workspace.gradle.plugin-6.3.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/biz.aQute.bnd.workspace/biz.aQute.bnd.workspace.gradle.plugin/ -->
<dependency>
<groupId>biz.aQute.bnd.workspace</groupId>
<artifactId>biz.aQute.bnd.workspace.gradle.plugin</artifactId>
<version>6.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute.bnd.workspace/biz.aQute.bnd.workspace.gradle.plugin/
implementation 'biz.aQute.bnd.workspace:biz.aQute.bnd.workspace.gradle.plugin:6.3.1'
// https://jarcasting.com/artifacts/biz.aQute.bnd.workspace/biz.aQute.bnd.workspace.gradle.plugin/
implementation ("biz.aQute.bnd.workspace:biz.aQute.bnd.workspace.gradle.plugin:6.3.1")
'biz.aQute.bnd.workspace:biz.aQute.bnd.workspace.gradle.plugin:pom:6.3.1'
<dependency org="biz.aQute.bnd.workspace" name="biz.aQute.bnd.workspace.gradle.plugin" rev="6.3.1">
<artifact name="biz.aQute.bnd.workspace.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='biz.aQute.bnd.workspace', module='biz.aQute.bnd.workspace.gradle.plugin', version='6.3.1')
)
libraryDependencies += "biz.aQute.bnd.workspace" % "biz.aQute.bnd.workspace.gradle.plugin" % "6.3.1"
[biz.aQute.bnd.workspace/biz.aQute.bnd.workspace.gradle.plugin "6.3.1"]
Group / Artifact | Type | Version |
---|---|---|
biz.aQute.bnd : biz.aQute.bnd.gradle | jar | 6.3.1 |