Gson

Gson JSON library

License

License

Categories

Categories

Data Gson JSON
GroupId

GroupId

org.etby.datacache
ArtifactId

ArtifactId

gson
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Gson
Gson JSON library

Download gson

How to add to project

<!-- 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"]

Dependencies

provided (1)

Group / Artifact Type Version
org.etby.datacache » datacache jar 0.1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.1.1
0.1.0