License |
License |
---|---|
GroupId | GroupIdbiz.aQute.bnd |
ArtifactId | ArtifactIdannotation |
Last Version | Last Version2.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbnd Annotations Library
The annotations for bnd.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
annotation-2.4.0.pom | |
annotation-2.4.0.jar | 57 KB |
annotation-2.4.0-sources.jar | 25 KB |
annotation-2.4.0-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/biz.aQute.bnd/annotation/ -->
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>annotation</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute.bnd/annotation/
implementation 'biz.aQute.bnd:annotation:2.4.0'
// https://jarcasting.com/artifacts/biz.aQute.bnd/annotation/
implementation ("biz.aQute.bnd:annotation:2.4.0")
'biz.aQute.bnd:annotation:jar:2.4.0'
<dependency org="biz.aQute.bnd" name="annotation" rev="2.4.0">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute.bnd', module='annotation', version='2.4.0')
)
libraryDependencies += "biz.aQute.bnd" % "annotation" % "2.4.0"
[biz.aQute.bnd/annotation "2.4.0"]