b

bnd-baseline-maven-plugin

This maven plugin is used to make OSGi indexes from lists of maven dependencies.
https://bnd.bndtools.org/
Apache-2.0 EPL-2.0
Bndtools
文件下载
文件名 操作
bnd-baseline-maven-plugin-4.3.1.jar 下载
bnd-baseline-maven-plugin-4.3.1.pom 下载
bnd-baseline-maven-plugin-4.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>biz.aQute.bnd</groupId>
  <artifactId>bnd-baseline-maven-plugin</artifactId>
  <version>4.3.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'biz.aQute.bnd:bnd-baseline-maven-plugin:4.3.1'
Gradle Kotlin
implementation("biz.aQute.bnd:bnd-baseline-maven-plugin:4.3.1")
Scala SBT
libraryDependencies += "biz.aQute.bnd" % "bnd-baseline-maven-plugin" % "4.3.1"
Groovy Grape
@Grapes(
  @Grab(group='biz.aQute.bnd', module='bnd-baseline-maven-plugin', version='4.3.1')
)
Apache Ivy
<dependency org="biz.aQute.bnd" name="bnd-baseline-maven-plugin" rev="4.3.1" />
Leiningen
[biz.aQute.bnd/bnd-baseline-maven-plugin "4.3.1"]
Apache Buildr
'biz.aQute.bnd:bnd-baseline-maven-plugin:jar:4.3.1'