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