| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.wso2.sp | 
| ArtifactId | ArtifactIdwso2event-client | 
| Version | Version4.4.0-alpha | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| wso2event-client-4.4.0-alpha.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.4.0-alpha</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.wso2.sp/wso2event-client/
implementation 'org.wso2.sp:wso2event-client:4.4.0-alpha'// https://jarcasting.com/artifacts/org.wso2.sp/wso2event-client/
implementation ("org.wso2.sp:wso2event-client:4.4.0-alpha")'org.wso2.sp:wso2event-client:pom:4.4.0-alpha'<dependency org="org.wso2.sp" name="wso2event-client" rev="4.4.0-alpha">
  <artifact name="wso2event-client" type="pom" />
</dependency>@Grapes(
@Grab(group='org.wso2.sp', module='wso2event-client', version='4.4.0-alpha')
)libraryDependencies += "org.wso2.sp" % "wso2event-client" % "4.4.0-alpha"[org.wso2.sp/wso2event-client "4.4.0-alpha"]