License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.xiandan |
ArtifactId | ArtifactIdjson-ktx |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionjson-ktx
JSONObject、JSONArray、Gson的Koltin扩展
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-ktx-1.0.2.pom | |
json-ktx-1.0.2-sources.jar | 8 KB |
json-ktx-1.0.2-javadoc.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.xiandan/json-ktx/ -->
<dependency>
<groupId>io.xiandan</groupId>
<artifactId>json-ktx</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.xiandan/json-ktx/
implementation 'io.xiandan:json-ktx:1.0.2'
// https://jarcasting.com/artifacts/io.xiandan/json-ktx/
implementation ("io.xiandan:json-ktx:1.0.2")
'io.xiandan:json-ktx:aar:1.0.2'
<dependency org="io.xiandan" name="json-ktx" rev="1.0.2">
<artifact name="json-ktx" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.xiandan', module='json-ktx', version='1.0.2')
)
libraryDependencies += "io.xiandan" % "json-ktx" % "1.0.2"
[io.xiandan/json-ktx "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.31 |