| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаcom.automattic |
| Идентификатор | Идентификаторrest |
| Версия | Версия1.0.2 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| rest-1.0.2.pom | |
| rest-1.0.2.aar | 14 KB |
| rest-1.0.2-release.aar | 14 KB |
| rest-1.0.2-debug.aar | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.automattic/rest/ -->
<dependency>
<groupId>com.automattic</groupId>
<artifactId>rest</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.automattic/rest/
implementation 'com.automattic:rest:1.0.2'
// https://jarcasting.com/artifacts/com.automattic/rest/
implementation ("com.automattic:rest:1.0.2")
'com.automattic:rest:aar:1.0.2'
<dependency org="com.automattic" name="rest" rev="1.0.2">
<artifact name="rest" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.automattic', module='rest', version='1.0.2')
)
libraryDependencies += "com.automattic" % "rest" % "1.0.2"
[com.automattic/rest "1.0.2"]