не последняя версия
Последняя версия 2.9.0

com.google.code.gson:gson-parent 2.8.1

Gson JSON library

Категории

Категории

Gson Данные JSON
Группа

Группа

com.google.code.gson
Идентификатор

Идентификатор

gson-parent
Версия

Версия

2.8.1
Тип

Тип

pom

Скачать gson-parent 2.8.1

Имя Файла Размер
gson-parent-2.8.1.pom 3 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.google.code.gson/gson-parent/ -->
<dependency>
    <groupId>com.google.code.gson</groupId>
    <artifactId>gson-parent</artifactId>
    <version>2.8.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.gson/gson-parent/
implementation 'com.google.code.gson:gson-parent:2.8.1'
// https://jarcasting.com/artifacts/com.google.code.gson/gson-parent/
implementation ("com.google.code.gson:gson-parent:2.8.1")
'com.google.code.gson:gson-parent:pom:2.8.1'
<dependency org="com.google.code.gson" name="gson-parent" rev="2.8.1">
  <artifact name="gson-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.gson', module='gson-parent', version='2.8.1')
)
libraryDependencies += "com.google.code.gson" % "gson-parent" % "2.8.1"
[com.google.code.gson/gson-parent "2.8.1"]