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