is not current version
Last Version 5.3.21

org.springframework:spring-messaging 5.1.15.RELEASE

Spring Messaging

Categories

Categories

Messaging Application Layer Libs
GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-messaging
Version

Version

5.1.15.RELEASE
Type

Type

jar

Download spring-messaging 5.1.15.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework/spring-messaging/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-messaging</artifactId>
    <version>5.1.15.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-messaging/
implementation 'org.springframework:spring-messaging:5.1.15.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-messaging/
implementation ("org.springframework:spring-messaging:5.1.15.RELEASE")
'org.springframework:spring-messaging:jar:5.1.15.RELEASE'
<dependency org="org.springframework" name="spring-messaging" rev="5.1.15.RELEASE">
  <artifact name="spring-messaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-messaging', version='5.1.15.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-messaging" % "5.1.15.RELEASE"
[org.springframework/spring-messaging "5.1.15.RELEASE"]