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