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