| Группа | Группаbiz.aQute |
|---|---|
| Идентификатор | Идентификаторbnd |
| Версия | Версия0.0.169 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bnd-0.0.169.pom | |
| bnd-0.0.169.jar | 180 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/biz.aQute/bnd/ -->
<dependency>
<groupId>biz.aQute</groupId>
<artifactId>bnd</artifactId>
<version>0.0.169</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute/bnd/
implementation 'biz.aQute:bnd:0.0.169'
// https://jarcasting.com/artifacts/biz.aQute/bnd/
implementation ("biz.aQute:bnd:0.0.169")
'biz.aQute:bnd:jar:0.0.169'
<dependency org="biz.aQute" name="bnd" rev="0.0.169">
<artifact name="bnd" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute', module='bnd', version='0.0.169')
)
libraryDependencies += "biz.aQute" % "bnd" % "0.0.169"
[biz.aQute/bnd "0.0.169"]