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