b

bnd-testing-maven-plugin

The bnd testing maven plugin is used to run the tests from a bndrun file.
https://bnd.bndtools.org/
(Apache-2.0 OR EPL-2.0)
Bndtools
Ray Augé BJ Hargrave
文件下载
文件名 操作
bnd-testing-maven-plugin-6.4.0.jar 下载
bnd-testing-maven-plugin-6.4.0.pom 下载
bnd-testing-maven-plugin-6.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>biz.aQute.bnd</groupId>
  <artifactId>bnd-testing-maven-plugin</artifactId>
  <version>6.4.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'biz.aQute.bnd:bnd-testing-maven-plugin:6.4.0'
Gradle Kotlin
implementation("biz.aQute.bnd:bnd-testing-maven-plugin:6.4.0")
Scala SBT
libraryDependencies += "biz.aQute.bnd" % "bnd-testing-maven-plugin" % "6.4.0"
Groovy Grape
@Grapes(
  @Grab(group='biz.aQute.bnd', module='bnd-testing-maven-plugin', version='6.4.0')
)
Apache Ivy
<dependency org="biz.aQute.bnd" name="bnd-testing-maven-plugin" rev="6.4.0" />
Leiningen
[biz.aQute.bnd/bnd-testing-maven-plugin "6.4.0"]
Apache Buildr
'biz.aQute.bnd:bnd-testing-maven-plugin:jar:6.4.0'