Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcn.renyuzhuo.rjson |
ArtifactId | ArtifactIdrjson |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
rjson-0.1.0.pom | |
rjson-0.1.0.aar | 206 KB |
rjson-0.1.0-sources.jar | 145 KB |
rjson-0.1.0-javadoc.jar | 299 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.renyuzhuo.rjson/rjson/ -->
<dependency>
<groupId>cn.renyuzhuo.rjson</groupId>
<artifactId>rjson</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.renyuzhuo.rjson/rjson/
implementation 'cn.renyuzhuo.rjson:rjson:0.1.0'
// https://jarcasting.com/artifacts/cn.renyuzhuo.rjson/rjson/
implementation ("cn.renyuzhuo.rjson:rjson:0.1.0")
'cn.renyuzhuo.rjson:rjson:aar:0.1.0'
<dependency org="cn.renyuzhuo.rjson" name="rjson" rev="0.1.0">
<artifact name="rjson" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.renyuzhuo.rjson', module='rjson', version='0.1.0')
)
libraryDependencies += "cn.renyuzhuo.rjson" % "rjson" % "0.1.0"
[cn.renyuzhuo.rjson/rjson "0.1.0"]