| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.tencent.hippy |
| Идентификатор | Идентификаторhippy-debug |
| Последняя версия | Последняя версия2.14.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеhippy-debug
Hippy library for Android
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| hippy-debug-2.14.0.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tencent.hippy/hippy-debug/ -->
<dependency>
<groupId>com.tencent.hippy</groupId>
<artifactId>hippy-debug</artifactId>
<version>2.14.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.hippy/hippy-debug/
implementation 'com.tencent.hippy:hippy-debug:2.14.0'
// https://jarcasting.com/artifacts/com.tencent.hippy/hippy-debug/
implementation ("com.tencent.hippy:hippy-debug:2.14.0")
'com.tencent.hippy:hippy-debug:aar:2.14.0'
<dependency org="com.tencent.hippy" name="hippy-debug" rev="2.14.0">
<artifact name="hippy-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.hippy', module='hippy-debug', version='2.14.0')
)
libraryDependencies += "com.tencent.hippy" % "hippy-debug" % "2.14.0"
[com.tencent.hippy/hippy-debug "2.14.0"]