| Категории |
КатегорииSquare Прикладные библиотеки Financial Moshi Данные JSON |
|---|---|
| Группа | Группаcom.squareup.moshi |
| Идентификатор | Идентификаторmoshi-parent |
| Версия | Версия1.3.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| moshi-parent-1.3.1.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.squareup.moshi/moshi-parent/ -->
<dependency>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi-parent</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.moshi/moshi-parent/
implementation 'com.squareup.moshi:moshi-parent:1.3.1'
// https://jarcasting.com/artifacts/com.squareup.moshi/moshi-parent/
implementation ("com.squareup.moshi:moshi-parent:1.3.1")
'com.squareup.moshi:moshi-parent:pom:1.3.1'
<dependency org="com.squareup.moshi" name="moshi-parent" rev="1.3.1">
<artifact name="moshi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squareup.moshi', module='moshi-parent', version='1.3.1')
)
libraryDependencies += "com.squareup.moshi" % "moshi-parent" % "1.3.1"
[com.squareup.moshi/moshi-parent "1.3.1"]