License |
License |
---|---|
Categories |
CategoriesData JSON fastjson |
GroupId | GroupIdcom.ejlchina |
ArtifactId | ArtifactIddata-fastjson |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionData Fastjson
提供 JSON、XML 等结构化数据的统一抽象 API
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
data-fastjson-1.4.1.pom | |
data-fastjson-1.4.1.jar | 5 KB |
data-fastjson-1.4.1-sources.jar | 2 KB |
data-fastjson-1.4.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ejlchina/data-fastjson/ -->
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>data-fastjson</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ejlchina/data-fastjson/
implementation 'com.ejlchina:data-fastjson:1.4.1'
// https://jarcasting.com/artifacts/com.ejlchina/data-fastjson/
implementation ("com.ejlchina:data-fastjson:1.4.1")
'com.ejlchina:data-fastjson:jar:1.4.1'
<dependency org="com.ejlchina" name="data-fastjson" rev="1.4.1">
<artifact name="data-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ejlchina', module='data-fastjson', version='1.4.1')
)
libraryDependencies += "com.ejlchina" % "data-fastjson" % "1.4.1"
[com.ejlchina/data-fastjson "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
com.ejlchina : data-core | jar | 1.4.1 |
com.alibaba : fastjson | jar | 1.2.80 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |