Categories |
CategoriesGson Data JSON |
---|---|
GroupId | GroupIdcom.sobot.library |
ArtifactId | ArtifactIdgson |
Version | Version1.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
gson-1.1.1.pom | |
gson-1.1.1.aar | 227 KB |
gson-1.1.1-sources.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sobot.library/gson/ -->
<dependency>
<groupId>com.sobot.library</groupId>
<artifactId>gson</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.sobot.library/gson/
implementation 'com.sobot.library:gson:1.1.1'
// https://jarcasting.com/artifacts/com.sobot.library/gson/
implementation ("com.sobot.library:gson:1.1.1")
'com.sobot.library:gson:aar:1.1.1'
<dependency org="com.sobot.library" name="gson" rev="1.1.1">
<artifact name="gson" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.sobot.library', module='gson', version='1.1.1')
)
libraryDependencies += "com.sobot.library" % "gson" % "1.1.1"
[com.sobot.library/gson "1.1.1"]