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