| Лицензия |
Лицензия |
|---|---|
| Группа | Группаzone.gryphon |
| Идентификатор | Идентификаторscreech-bom |
| Версия | Версия0.1 |
| Тип | Типpom |
| Описание |
ОписаниеHighly pluggable async HTTP abstraction library
|
| Имя Файла | Размер |
|---|---|
| screech-bom-0.1.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/zone.gryphon/screech-bom/ -->
<dependency>
<groupId>zone.gryphon</groupId>
<artifactId>screech-bom</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/zone.gryphon/screech-bom/
implementation 'zone.gryphon:screech-bom:0.1'
// https://jarcasting.com/artifacts/zone.gryphon/screech-bom/
implementation ("zone.gryphon:screech-bom:0.1")
'zone.gryphon:screech-bom:pom:0.1'
<dependency org="zone.gryphon" name="screech-bom" rev="0.1">
<artifact name="screech-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='zone.gryphon', module='screech-bom', version='0.1')
)
libraryDependencies += "zone.gryphon" % "screech-bom" % "0.1"
[zone.gryphon/screech-bom "0.1"]