| Categories | CategoriesMessaging Application Layer Libs | 
|---|---|
| GroupId | GroupIdorg.springframework | 
| ArtifactId | ArtifactIdspring-messaging | 
| Version | Version5.0.2.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-messaging/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-messaging</artifactId>
    <version>5.0.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework/spring-messaging/
implementation 'org.springframework:spring-messaging:5.0.2.RELEASE'// https://jarcasting.com/artifacts/org.springframework/spring-messaging/
implementation ("org.springframework:spring-messaging:5.0.2.RELEASE")'org.springframework:spring-messaging:jar:5.0.2.RELEASE'<dependency org="org.springframework" name="spring-messaging" rev="5.0.2.RELEASE">
  <artifact name="spring-messaging" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework', module='spring-messaging', version='5.0.2.RELEASE')
)libraryDependencies += "org.springframework" % "spring-messaging" % "5.0.2.RELEASE"[org.springframework/spring-messaging "5.0.2.RELEASE"]