License |
License |
---|---|
Categories |
CategoriesJSON Data fastjson |
GroupId | GroupIdcom.github.developframework |
ArtifactId | ArtifactIdkite-fastjson |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionKite Fastjson
Fastjson实现
|
Filename | Size |
---|---|
kite-fastjson-1.0.0.pom | |
kite-fastjson-1.0.0.jar | 7 KB |
kite-fastjson-1.0.0-sources.jar | 5 KB |
kite-fastjson-1.0.0-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.developframework/kite-fastjson/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>kite-fastjson</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/kite-fastjson/
implementation 'com.github.developframework:kite-fastjson:1.0.0'
// https://jarcasting.com/artifacts/com.github.developframework/kite-fastjson/
implementation ("com.github.developframework:kite-fastjson:1.0.0")
'com.github.developframework:kite-fastjson:jar:1.0.0'
<dependency org="com.github.developframework" name="kite-fastjson" rev="1.0.0">
<artifact name="kite-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='kite-fastjson', version='1.0.0')
)
libraryDependencies += "com.github.developframework" % "kite-fastjson" % "1.0.0"
[com.github.developframework/kite-fastjson "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.developframework : kite-core | jar | 1.0.0 |
com.alibaba : fastjson | jar | 1.2.76 |