b

biz.aQute.remote.fixup

Provides a number of packages that are needed by the agent but not
https://bnd.bndtools.org/
(Apache-2.0 OR EPL-2.0)
Bndtools
Peter Kriens BJ Hargrave Ray Augé
文件下载
文件名 操作
biz.aQute.remote.fixup-5.3.0.jar 下载
biz.aQute.remote.fixup-5.3.0.pom 下载
biz.aQute.remote.fixup-5.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>biz.aQute.bnd</groupId>
  <artifactId>biz.aQute.remote.fixup</artifactId>
  <version>5.3.0</version>
</dependency>
Gradle Groovy
implementation 'biz.aQute.bnd:biz.aQute.remote.fixup:5.3.0'
Gradle Kotlin
implementation("biz.aQute.bnd:biz.aQute.remote.fixup:5.3.0")
Scala SBT
libraryDependencies += "biz.aQute.bnd" % "biz.aQute.remote.fixup" % "5.3.0"
Groovy Grape
@Grapes(
  @Grab(group='biz.aQute.bnd', module='biz.aQute.remote.fixup', version='5.3.0')
)
Apache Ivy
<dependency org="biz.aQute.bnd" name="biz.aQute.remote.fixup" rev="5.3.0" />
Leiningen
[biz.aQute.bnd/biz.aQute.remote.fixup "5.3.0"]
Apache Buildr
'biz.aQute.bnd:biz.aQute.remote.fixup:jar:5.3.0'