| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGson Данные JSON |
| Группа | Группаcom.google.code.gson |
| Идентификатор | Идентификаторgson-parent |
| Последняя версия | Последняя версия2.9.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеGson Parent
Gson JSON library
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gson-parent-2.9.0.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.code.gson/gson-parent/ -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.gson/gson-parent/
implementation 'com.google.code.gson:gson-parent:2.9.0'
// https://jarcasting.com/artifacts/com.google.code.gson/gson-parent/
implementation ("com.google.code.gson:gson-parent:2.9.0")
'com.google.code.gson:gson-parent:pom:2.9.0'
<dependency org="com.google.code.gson" name="gson-parent" rev="2.9.0">
<artifact name="gson-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.gson', module='gson-parent', version='2.9.0')
)
libraryDependencies += "com.google.code.gson" % "gson-parent" % "2.9.0"
[com.google.code.gson/gson-parent "2.9.0"]