a

aQute.libg

A library to be statically linked. Contains many small utilities. This bundle should not be installed in a framework, it is compile only.
https://bnd.bndtools.org/
(Apache-2.0 OR EPL-2.0)
Bndtools
Peter Kriens BJ Hargrave Ray Augé
Files download
File Operation
aQute.libg-7.0.0.jar download
aQute.libg-7.0.0.pom download
aQute.libg-7.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>biz.aQute.bnd</groupId>
  <artifactId>aQute.libg</artifactId>
  <version>7.0.0</version>
</dependency>
Gradle Groovy
implementation 'biz.aQute.bnd:aQute.libg:7.0.0'
Gradle Kotlin
implementation("biz.aQute.bnd:aQute.libg:7.0.0")
Scala SBT
libraryDependencies += "biz.aQute.bnd" % "aQute.libg" % "7.0.0"
Groovy Grape
@Grapes(
  @Grab(group='biz.aQute.bnd', module='aQute.libg', version='7.0.0')
)
Apache Ivy
<dependency org="biz.aQute.bnd" name="aQute.libg" rev="7.0.0" />
Leiningen
[biz.aQute.bnd/aQute.libg "7.0.0"]
Apache Buildr
'biz.aQute.bnd:aQute.libg:jar:7.0.0'