| License |
License |
|---|---|
| Categories |
CategoriesMessaging Application Layer Libs |
| GroupId | GroupIdorg.springframework |
| ArtifactId | ArtifactIdspring-messaging |
| Last Version | Last Version5.3.21 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring Messaging
Spring Messaging
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-messaging-5.3.21.pom | |
| spring-messaging-5.3.21.jar | 536 KB |
| spring-messaging-5.3.21-sources.jar | 384 KB |
| spring-messaging-5.3.21-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-messaging/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>5.3.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-messaging/
implementation 'org.springframework:spring-messaging:5.3.21'
// https://jarcasting.com/artifacts/org.springframework/spring-messaging/
implementation ("org.springframework:spring-messaging:5.3.21")
'org.springframework:spring-messaging:jar:5.3.21'
<dependency org="org.springframework" name="spring-messaging" rev="5.3.21">
<artifact name="spring-messaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-messaging', version='5.3.21')
)
libraryDependencies += "org.springframework" % "spring-messaging" % "5.3.21"
[org.springframework/spring-messaging "5.3.21"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-beans | jar | 5.3.21 |
| org.springframework : spring-core | jar | 5.3.21 |