Files download
File Operation
spring-jms-5.2.24.RELEASE.jar download
spring-jms-5.2.24.RELEASE.pom download
spring-jms-5.2.24.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-jms</artifactId>
  <version>5.2.24.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-jms:5.2.24.RELEASE'
Gradle Kotlin
implementation("org.springframework:spring-jms:5.2.24.RELEASE")
Scala SBT
libraryDependencies += "org.springframework" % "spring-jms" % "5.2.24.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-jms', version='5.2.24.RELEASE')
)
Apache Ivy
<dependency org="org.springframework" name="spring-jms" rev="5.2.24.RELEASE" />
Leiningen
[org.springframework/spring-jms "5.2.24.RELEASE"]
Apache Buildr
'org.springframework:spring-jms:jar:5.2.24.RELEASE'