| Categories |
CategoriesJSON Data fastjson |
|---|---|
| GroupId | GroupIdcom.github.fangjinuo.easyjson |
| ArtifactId | ArtifactIdfastjson-to-easyjson |
| Version | Version2.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fastjson-to-easyjson-2.4.0.pom | |
| fastjson-to-easyjson-2.4.0.jar | 611 KB |
| fastjson-to-easyjson-2.4.0-sources.jar | 375 KB |
| fastjson-to-easyjson-2.4.0-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>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/fastjson-to-easyjson/
implementation 'com.github.fangjinuo.easyjson:fastjson-to-easyjson:2.4.0'
// https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/fastjson-to-easyjson/
implementation ("com.github.fangjinuo.easyjson:fastjson-to-easyjson:2.4.0")
'com.github.fangjinuo.easyjson:fastjson-to-easyjson:jar:2.4.0'
<dependency org="com.github.fangjinuo.easyjson" name="fastjson-to-easyjson" rev="2.4.0">
<artifact name="fastjson-to-easyjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.easyjson', module='fastjson-to-easyjson', version='2.4.0')
)
libraryDependencies += "com.github.fangjinuo.easyjson" % "fastjson-to-easyjson" % "2.4.0"
[com.github.fangjinuo.easyjson/fastjson-to-easyjson "2.4.0"]