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