| Категории |
КатегорииRetrofit Сеть HTTP Clients |
|---|---|
| Группа | Группаcom.github.tientun |
| Идентификатор | Идентификаторretrofit-mock-response |
| Версия | Версия1.0.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| retrofit-mock-response-1.0.0.pom | |
| retrofit-mock-response-1.0.0.aar | 46 KB |
| retrofit-mock-response-1.0.0-sources.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.tientun/retrofit-mock-response/ -->
<dependency>
<groupId>com.github.tientun</groupId>
<artifactId>retrofit-mock-response</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tientun/retrofit-mock-response/
implementation 'com.github.tientun:retrofit-mock-response:1.0.0'
// https://jarcasting.com/artifacts/com.github.tientun/retrofit-mock-response/
implementation ("com.github.tientun:retrofit-mock-response:1.0.0")
'com.github.tientun:retrofit-mock-response:aar:1.0.0'
<dependency org="com.github.tientun" name="retrofit-mock-response" rev="1.0.0">
<artifact name="retrofit-mock-response" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tientun', module='retrofit-mock-response', version='1.0.0')
)
libraryDependencies += "com.github.tientun" % "retrofit-mock-response" % "1.0.0"
[com.github.tientun/retrofit-mock-response "1.0.0"]