| GroupId | GroupIdcom.ibm.cloud |
|---|---|
| ArtifactId | ArtifactIdevent-notifications |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| event-notifications-0.1.1.pom | |
| event-notifications-0.1.1.jar | 179 KB |
| event-notifications-0.1.1-sources.jar | 108 KB |
| event-notifications-0.1.1-javadoc.jar | 741 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.cloud/event-notifications/ -->
<dependency>
<groupId>com.ibm.cloud</groupId>
<artifactId>event-notifications</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.cloud/event-notifications/
implementation 'com.ibm.cloud:event-notifications:0.1.1'
// https://jarcasting.com/artifacts/com.ibm.cloud/event-notifications/
implementation ("com.ibm.cloud:event-notifications:0.1.1")
'com.ibm.cloud:event-notifications:jar:0.1.1'
<dependency org="com.ibm.cloud" name="event-notifications" rev="0.1.1">
<artifact name="event-notifications" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.cloud', module='event-notifications', version='0.1.1')
)
libraryDependencies += "com.ibm.cloud" % "event-notifications" % "0.1.1"
[com.ibm.cloud/event-notifications "0.1.1"]