Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.fangjinuo.easyjson |
ArtifactId | ArtifactIdsimplejson-to-easyjson |
Version | Version3.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/simplejson-to-easyjson/ -->
<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>simplejson-to-easyjson</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/simplejson-to-easyjson/
implementation 'com.github.fangjinuo.easyjson:simplejson-to-easyjson:3.2.0'
// https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/simplejson-to-easyjson/
implementation ("com.github.fangjinuo.easyjson:simplejson-to-easyjson:3.2.0")
'com.github.fangjinuo.easyjson:simplejson-to-easyjson:jar:3.2.0'
<dependency org="com.github.fangjinuo.easyjson" name="simplejson-to-easyjson" rev="3.2.0">
<artifact name="simplejson-to-easyjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.easyjson', module='simplejson-to-easyjson', version='3.2.0')
)
libraryDependencies += "com.github.fangjinuo.easyjson" % "simplejson-to-easyjson" % "3.2.0"
[com.github.fangjinuo.easyjson/simplejson-to-easyjson "3.2.0"]