не последняя версия
Последняя версия 3.2.18

com.github.fangjinuo.easyjson:easyjson 3.2.1

A JSON Facade: Supports adapter any json library to gson, jackson, fastjson etc. Provides a unified JSON access API, you can adapter any JSON library to Gson, Jackson, FastJson with easyjson.

Категории

Категории

JSON Данные
Группа

Группа

com.github.fangjinuo.easyjson
Идентификатор

Идентификатор

easyjson
Версия

Версия

3.2.1
Тип

Тип

pom

Скачать easyjson 3.2.1

Имя Файла Размер
easyjson-3.2.1.pom 15 KB
Обзор

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