License |
License |
---|---|
Categories |
CategoriesJSON Data fastjson |
GroupId | GroupIdcom.jd.joyqueue |
ArtifactId | ArtifactIdlaf-binding-fastjson |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA extensible data binding framework ,support Primitive, Collection, Date,etc.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.jd.joyqueue/laf-binding-fastjson/ -->
<dependency>
<groupId>com.jd.joyqueue</groupId>
<artifactId>laf-binding-fastjson</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.jd.joyqueue/laf-binding-fastjson/
implementation 'com.jd.joyqueue:laf-binding-fastjson:1.0.9'
// https://jarcasting.com/artifacts/com.jd.joyqueue/laf-binding-fastjson/
implementation ("com.jd.joyqueue:laf-binding-fastjson:1.0.9")
'com.jd.joyqueue:laf-binding-fastjson:jar:1.0.9'
<dependency org="com.jd.joyqueue" name="laf-binding-fastjson" rev="1.0.9">
<artifact name="laf-binding-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jd.joyqueue', module='laf-binding-fastjson', version='1.0.9')
)
libraryDependencies += "com.jd.joyqueue" % "laf-binding-fastjson" % "1.0.9"
[com.jd.joyqueue/laf-binding-fastjson "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.jd.joyqueue : laf-binding-core | jar | 1.0.9 |
com.alibaba : fastjson | jar | 1.2.54 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |