| Group ID: |
com.github.developframework |
| Artifact ID: |
kite-fastjson |
| Last modified: |
14.11.2024 11:55 |
| Packaging: |
jar |
| Name: |
Kite Fastjson |
| Description: |
Fastjson实现 |
|
|
| Size: |
8.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/developframework/kite-fastjson/1.0.2/kite-fastjson-1.0.2.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>kite</artifactId>
<groupId>com.github.developframework</groupId>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>kite-fastjson</artifactId>
<name>Kite Fastjson</name>
<description>Fastjson实现</description>
<dependencies>
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>kite-core</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>kite-fastjson</artifactId>
<version>1.0.2</version>
</dependency>
|
| Gradle: |
com.github.developframework:kite-fastjson:1.0.2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|