| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.wso2.sp | 
| ArtifactId | ArtifactIdwso2event-client | 
| Version | Version4.0.0-update5 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| wso2event-client-4.0.0-update5.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.wso2.sp/wso2event-client/ -->
<dependency>
    <groupId>org.wso2.sp</groupId>
    <artifactId>wso2event-client</artifactId>
    <version>4.0.0-update5</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.wso2.sp/wso2event-client/
implementation 'org.wso2.sp:wso2event-client:4.0.0-update5'// https://jarcasting.com/artifacts/org.wso2.sp/wso2event-client/
implementation ("org.wso2.sp:wso2event-client:4.0.0-update5")'org.wso2.sp:wso2event-client:pom:4.0.0-update5'<dependency org="org.wso2.sp" name="wso2event-client" rev="4.0.0-update5">
  <artifact name="wso2event-client" type="pom" />
</dependency>@Grapes(
@Grab(group='org.wso2.sp', module='wso2event-client', version='4.0.0-update5')
)libraryDependencies += "org.wso2.sp" % "wso2event-client" % "4.0.0-update5"[org.wso2.sp/wso2event-client "4.0.0-update5"]