is not current version
Last Version 5.3.21

org.springframework:spring-jms 4.3.6.RELEASE

Spring JMS

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-jms
Version

Version

4.3.6.RELEASE
Type

Type

jar

Download spring-jms 4.3.6.RELEASE


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