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-6.4.0.jar download
aQute.libg-6.4.0.pom download
aQute.libg-6.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>biz.aQute.bnd</groupId>
  <artifactId>aQute.libg</artifactId>
  <version>6.4.0</version>
</dependency>
Gradle Groovy
implementation 'biz.aQute.bnd:aQute.libg:6.4.0'
Gradle Kotlin
implementation("biz.aQute.bnd:aQute.libg:6.4.0")
Scala SBT
libraryDependencies += "biz.aQute.bnd" % "aQute.libg" % "6.4.0"
Groovy Grape
@Grapes(
  @Grab(group='biz.aQute.bnd', module='aQute.libg', version='6.4.0')
)
Apache Ivy
<dependency org="biz.aQute.bnd" name="aQute.libg" rev="6.4.0" />
Leiningen
[biz.aQute.bnd/aQute.libg "6.4.0"]
Apache Buildr
'biz.aQute.bnd:aQute.libg:jar:6.4.0'