b

bnd-reporter-maven-plugin

Generates and exports reports of projects
http://bnd.bndtools.org/
Apache-2.0 EPL-2.0
Bndtools
Files download
File Operation
bnd-reporter-maven-plugin-5.0.1.jar download
bnd-reporter-maven-plugin-5.0.1.pom download
bnd-reporter-maven-plugin-5.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>biz.aQute.bnd</groupId>
  <artifactId>bnd-reporter-maven-plugin</artifactId>
  <version>5.0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'biz.aQute.bnd:bnd-reporter-maven-plugin:5.0.1'
Gradle Kotlin
implementation("biz.aQute.bnd:bnd-reporter-maven-plugin:5.0.1")
Scala SBT
libraryDependencies += "biz.aQute.bnd" % "bnd-reporter-maven-plugin" % "5.0.1"
Groovy Grape
@Grapes(
  @Grab(group='biz.aQute.bnd', module='bnd-reporter-maven-plugin', version='5.0.1')
)
Apache Ivy
<dependency org="biz.aQute.bnd" name="bnd-reporter-maven-plugin" rev="5.0.1" />
Leiningen
[biz.aQute.bnd/bnd-reporter-maven-plugin "5.0.1"]
Apache Buildr
'biz.aQute.bnd:bnd-reporter-maven-plugin:jar:5.0.1'