is not current version
Last Version 2.9.0

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

Gson JSON library

Categories

Categories

Gson Data JSON
GroupId

GroupId

com.google.code.gson
ArtifactId

ArtifactId

gson-parent
Version

Version

2.8.0
Type

Type

pom

Download gson-parent 2.8.0

Filename Size
gson-parent-2.8.0.pom 3 KB
Browse

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