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