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