| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.orhanobut |
| Идентификатор | Идентификаторbee |
| Версия | Версия1.4 |
| Тип | Типaar |
| Описание |
ОписаниеBee Library
Debug and QA tool to configure application on the fly
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bee-1.4.pom | |
| bee-1.4.aar | 86 KB |
| bee-1.4-sources.jar | 12 KB |
| bee-1.4-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.orhanobut/bee/ -->
<dependency>
<groupId>com.orhanobut</groupId>
<artifactId>bee</artifactId>
<version>1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.orhanobut/bee/
implementation 'com.orhanobut:bee:1.4'
// https://jarcasting.com/artifacts/com.orhanobut/bee/
implementation ("com.orhanobut:bee:1.4")
'com.orhanobut:bee:aar:1.4'
<dependency org="com.orhanobut" name="bee" rev="1.4">
<artifact name="bee" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.orhanobut', module='bee', version='1.4')
)
libraryDependencies += "com.orhanobut" % "bee" % "1.4"
[com.orhanobut/bee "1.4"]