| Categories |
CategoriesData Messaging Application Layer Libs |
|---|---|
| GroupId | GroupIdcom.sap.cloud.s4hana.datamodel |
| ArtifactId | ArtifactIdmessaging-jms |
| Version | Version2.18.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| messaging-jms-2.18.1.pom | |
| messaging-jms-2.18.1.jar | 5 KB |
| messaging-jms-2.18.1-sources.jar | 5 KB |
| messaging-jms-2.18.1-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sap.cloud.s4hana.datamodel/messaging-jms/ -->
<dependency>
<groupId>com.sap.cloud.s4hana.datamodel</groupId>
<artifactId>messaging-jms</artifactId>
<version>2.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sap.cloud.s4hana.datamodel/messaging-jms/
implementation 'com.sap.cloud.s4hana.datamodel:messaging-jms:2.18.1'
// https://jarcasting.com/artifacts/com.sap.cloud.s4hana.datamodel/messaging-jms/
implementation ("com.sap.cloud.s4hana.datamodel:messaging-jms:2.18.1")
'com.sap.cloud.s4hana.datamodel:messaging-jms:jar:2.18.1'
<dependency org="com.sap.cloud.s4hana.datamodel" name="messaging-jms" rev="2.18.1">
<artifact name="messaging-jms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sap.cloud.s4hana.datamodel', module='messaging-jms', version='2.18.1')
)
libraryDependencies += "com.sap.cloud.s4hana.datamodel" % "messaging-jms" % "2.18.1"
[com.sap.cloud.s4hana.datamodel/messaging-jms "2.18.1"]