License |
License |
---|---|
Categories |
CategoriesGson Data JSON |
GroupId | GroupIdcom.google.code.gson |
ArtifactId | ArtifactIdgson |
Last Version | Last Version2.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGson
Gson JSON library
|
Filename | Size |
---|---|
gson-2.9.0.pom | |
gson-2.9.0.jar | 198 KB |
gson-2.9.0-sources.jar | 142 KB |
gson-2.9.0-javadoc.jar | 225 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.gson/gson/ -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.gson/gson/
implementation 'com.google.code.gson:gson:2.9.0'
// https://jarcasting.com/artifacts/com.google.code.gson/gson/
implementation ("com.google.code.gson:gson:2.9.0")
'com.google.code.gson:gson:jar:2.9.0'
<dependency org="com.google.code.gson" name="gson" rev="2.9.0">
<artifact name="gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.gson', module='gson', version='2.9.0')
)
libraryDependencies += "com.google.code.gson" % "gson" % "2.9.0"
[com.google.code.gson/gson "2.9.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |