Categories |
CategoriesJSON Data fastjson |
---|---|
GroupId | GroupIdsite.morn.boot |
ArtifactId | ArtifactIdmorn-fastjson |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description基于SpringBoot的API标准化开发框架
|
Filename | Size |
---|---|
morn-fastjson-1.2.1.pom | |
morn-fastjson-1.2.1.jar | 3 KB |
morn-fastjson-1.2.1-sources.jar | 1 KB |
morn-fastjson-1.2.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/site.morn.boot/morn-fastjson/ -->
<dependency>
<groupId>site.morn.boot</groupId>
<artifactId>morn-fastjson</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/site.morn.boot/morn-fastjson/
implementation 'site.morn.boot:morn-fastjson:1.2.1'
// https://jarcasting.com/artifacts/site.morn.boot/morn-fastjson/
implementation ("site.morn.boot:morn-fastjson:1.2.1")
'site.morn.boot:morn-fastjson:jar:1.2.1'
<dependency org="site.morn.boot" name="morn-fastjson" rev="1.2.1">
<artifact name="morn-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='site.morn.boot', module='morn-fastjson', version='1.2.1')
)
libraryDependencies += "site.morn.boot" % "morn-fastjson" % "1.2.1"
[site.morn.boot/morn-fastjson "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
site.morn.boot : morn-core | jar | 1.2.1 |
com.alibaba : fastjson | jar | 1.2.58 |
org.springframework.boot : spring-boot-configuration-processor | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |