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