is not current version
Last Version 3.2.18

com.github.fangjinuo.easyjson:easyjson-core 2.2.1

the easyjson core

Categories

Categories

JSON Data
GroupId

GroupId

com.github.fangjinuo.easyjson
ArtifactId

ArtifactId

easyjson-core
Version

Version

2.2.1
Type

Type

jar

Download easyjson-core 2.2.1


<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/easyjson-core/ -->
<dependency>
    <groupId>com.github.fangjinuo.easyjson</groupId>
    <artifactId>easyjson-core</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/easyjson-core/
implementation 'com.github.fangjinuo.easyjson:easyjson-core:2.2.1'
// https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/easyjson-core/
implementation ("com.github.fangjinuo.easyjson:easyjson-core:2.2.1")
'com.github.fangjinuo.easyjson:easyjson-core:jar:2.2.1'
<dependency org="com.github.fangjinuo.easyjson" name="easyjson-core" rev="2.2.1">
  <artifact name="easyjson-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.easyjson', module='easyjson-core', version='2.2.1')
)
libraryDependencies += "com.github.fangjinuo.easyjson" % "easyjson-core" % "2.2.1"
[com.github.fangjinuo.easyjson/easyjson-core "2.2.1"]