Gson

Gson JSON library

Лицензия

Лицензия

Категории

Категории

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

Группа

org.etby.datacache
Идентификатор

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

gson
Последняя версия

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

0.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Gson
Gson JSON library

Скачать gson

Имя Файла Размер
gson-0.1.1.pom
gson-0.1.1.jar 233 KB
gson-0.1.1-sources.jar 151 KB
gson-0.1.1-javadoc.jar 272 KB
Обзор

Как подключить последнюю версию

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

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
org.etby.datacache » datacache jar 0.1.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

DataCache-Gson

搭配 DataCache 进行工作, 用来给从 Json 解析的数据打上标记, 之后进行更新.

Gson Download and Maven

  • To use Gson in Android
dependencies {
    compile 'org.etby.datacache:gson:0.1.1'
}
  • To use Gson with Maven
<dependency>
  <groupId>org.etby.datacache</groupId>
  <artifactId>gson</artifactId>
  <version>0.1.1</version>
</dependency>

License

Gson is released under the Apache 2.0 license.

Copyright 2008 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Версии библиотеки

Версия
0.1.1
0.1.0