| GroupId | GroupIdorg.springframework | 
|---|---|
| ArtifactId | ArtifactIdspring-jms | 
| Version | Version3.1.4.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| spring-jms-3.1.4.RELEASE.pom | |
| spring-jms-3.1.4.RELEASE.jar | 198 KB | 
| spring-jms-3.1.4.RELEASE-sources.jar | 177 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-jms/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-jms</artifactId>
    <version>3.1.4.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework/spring-jms/
implementation 'org.springframework:spring-jms:3.1.4.RELEASE'// https://jarcasting.com/artifacts/org.springframework/spring-jms/
implementation ("org.springframework:spring-jms:3.1.4.RELEASE")'org.springframework:spring-jms:jar:3.1.4.RELEASE'<dependency org="org.springframework" name="spring-jms" rev="3.1.4.RELEASE">
  <artifact name="spring-jms" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework', module='spring-jms', version='3.1.4.RELEASE')
)libraryDependencies += "org.springframework" % "spring-jms" % "3.1.4.RELEASE"[org.springframework/spring-jms "3.1.4.RELEASE"]