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