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