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