Categories |
CategoriesJSON Data fastjson |
---|---|
GroupId | GroupIdcom.github.fangjinuo.easyjson |
ArtifactId | ArtifactIdfastjson-to-easyjson |
Version | Version3.1.8 |
Type | Typejar |
Filename | Size |
---|---|
fastjson-to-easyjson-3.1.8.pom | |
fastjson-to-easyjson-3.1.8.jar | 613 KB |
fastjson-to-easyjson-3.1.8-sources.jar | 375 KB |
fastjson-to-easyjson-3.1.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/fastjson-to-easyjson/ -->
<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>fastjson-to-easyjson</artifactId>
<version>3.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/fastjson-to-easyjson/
implementation 'com.github.fangjinuo.easyjson:fastjson-to-easyjson:3.1.8'
// https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/fastjson-to-easyjson/
implementation ("com.github.fangjinuo.easyjson:fastjson-to-easyjson:3.1.8")
'com.github.fangjinuo.easyjson:fastjson-to-easyjson:jar:3.1.8'
<dependency org="com.github.fangjinuo.easyjson" name="fastjson-to-easyjson" rev="3.1.8">
<artifact name="fastjson-to-easyjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.easyjson', module='fastjson-to-easyjson', version='3.1.8')
)
libraryDependencies += "com.github.fangjinuo.easyjson" % "fastjson-to-easyjson" % "3.1.8"
[com.github.fangjinuo.easyjson/fastjson-to-easyjson "3.1.8"]