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