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