Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.sap.cloud.ans |
ArtifactId | ArtifactIdclm-sl-alert-notification-client |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sap.cloud.ans/clm-sl-alert-notification-client/ -->
<dependency>
<groupId>com.sap.cloud.ans</groupId>
<artifactId>clm-sl-alert-notification-client</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sap.cloud.ans/clm-sl-alert-notification-client/
implementation 'com.sap.cloud.ans:clm-sl-alert-notification-client:1.2.0'
// https://jarcasting.com/artifacts/com.sap.cloud.ans/clm-sl-alert-notification-client/
implementation ("com.sap.cloud.ans:clm-sl-alert-notification-client:1.2.0")
'com.sap.cloud.ans:clm-sl-alert-notification-client:jar:1.2.0'
<dependency org="com.sap.cloud.ans" name="clm-sl-alert-notification-client" rev="1.2.0">
<artifact name="clm-sl-alert-notification-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sap.cloud.ans', module='clm-sl-alert-notification-client', version='1.2.0')
)
libraryDependencies += "com.sap.cloud.ans" % "clm-sl-alert-notification-client" % "1.2.0"
[com.sap.cloud.ans/clm-sl-alert-notification-client "1.2.0"]