Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.isong0623 |
ArtifactId | ArtifactIdEasyJson |
Version | Version1.1-core |
Type | Typeaar |
Filename | Size |
---|---|
EasyJson-1.1-core.pom | |
EasyJson-1.1-core.aar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.isong0623/EasyJson/ -->
<dependency>
<groupId>com.github.isong0623</groupId>
<artifactId>EasyJson</artifactId>
<version>1.1-core</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.isong0623/EasyJson/
implementation 'com.github.isong0623:EasyJson:1.1-core'
// https://jarcasting.com/artifacts/com.github.isong0623/EasyJson/
implementation ("com.github.isong0623:EasyJson:1.1-core")
'com.github.isong0623:EasyJson:aar:1.1-core'
<dependency org="com.github.isong0623" name="EasyJson" rev="1.1-core">
<artifact name="EasyJson" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.isong0623', module='EasyJson', version='1.1-core')
)
libraryDependencies += "com.github.isong0623" % "EasyJson" % "1.1-core"
[com.github.isong0623/EasyJson "1.1-core"]