License |
License |
---|---|
Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler JSON Data |
GroupId | GroupIdcom.github.fangjinuo.easyjson |
ArtifactId | ArtifactIdeasyjson-antlr4json |
Last Version | Last Version3.2.18 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA 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.
|
Filename | Size |
---|---|
easyjson-antlr4json-3.2.18.pom | |
easyjson-antlr4json-3.2.18.jar | 21 KB |
easyjson-antlr4json-3.2.18-sources.jar | 13 KB |
easyjson-antlr4json-3.2.18-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/easyjson-antlr4json/ -->
<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-antlr4json</artifactId>
<version>3.2.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/easyjson-antlr4json/
implementation 'com.github.fangjinuo.easyjson:easyjson-antlr4json:3.2.18'
// https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/easyjson-antlr4json/
implementation ("com.github.fangjinuo.easyjson:easyjson-antlr4json:3.2.18")
'com.github.fangjinuo.easyjson:easyjson-antlr4json:jar:3.2.18'
<dependency org="com.github.fangjinuo.easyjson" name="easyjson-antlr4json" rev="3.2.18">
<artifact name="easyjson-antlr4json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.easyjson', module='easyjson-antlr4json', version='3.2.18')
)
libraryDependencies += "com.github.fangjinuo.easyjson" % "easyjson-antlr4json" % "3.2.18"
[com.github.fangjinuo.easyjson/easyjson-antlr4json "3.2.18"]
Group / Artifact | Type | Version |
---|---|---|
com.github.fangjinuo.easyjson : easyjson-core | jar | 3.2.18 |
org.antlr : antlr4-runtime | jar | 4.5.3 |
com.github.fangjinuo.langx : langx-java | jar | 4.6.10 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.13.1 |
org.slf4j : slf4j-simple | jar | 1.7.0 |