Categories |
CategoriesGson Data JSON |
---|---|
GroupId | GroupIdcom.google.code.gson |
ArtifactId | ArtifactIdgson-parent |
Version | Version2.6.2 |
Type | Typepom |
Filename | Size |
---|---|
gson-parent-2.6.2.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.6.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.gson/gson-parent/
implementation 'com.google.code.gson:gson-parent:2.6.2'
// https://jarcasting.com/artifacts/com.google.code.gson/gson-parent/
implementation ("com.google.code.gson:gson-parent:2.6.2")
'com.google.code.gson:gson-parent:pom:2.6.2'
<dependency org="com.google.code.gson" name="gson-parent" rev="2.6.2">
<artifact name="gson-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.gson', module='gson-parent', version='2.6.2')
)
libraryDependencies += "com.google.code.gson" % "gson-parent" % "2.6.2"
[com.google.code.gson/gson-parent "2.6.2"]