<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-jms</artifactId>
<version>4.2.4.RELEASE</version>
</dependency>
implementation("org.springframework.integration:spring-integration-jms:4.2.4.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-jms" % "4.2.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-jms', version='4.2.4.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-jms" rev="4.2.4.RELEASE" />