GroupId | GroupIdorg.wso2.carbon.event-processing |
---|---|
ArtifactId | ArtifactIdcarbon-event-processing |
Version | Version2.0.9 |
Type | Typepom |
Filename | Size |
---|---|
carbon-event-processing-2.0.9.pom | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.event-processing/carbon-event-processing/ -->
<dependency>
<groupId>org.wso2.carbon.event-processing</groupId>
<artifactId>carbon-event-processing</artifactId>
<version>2.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.event-processing/carbon-event-processing/
implementation 'org.wso2.carbon.event-processing:carbon-event-processing:2.0.9'
// https://jarcasting.com/artifacts/org.wso2.carbon.event-processing/carbon-event-processing/
implementation ("org.wso2.carbon.event-processing:carbon-event-processing:2.0.9")
'org.wso2.carbon.event-processing:carbon-event-processing:pom:2.0.9'
<dependency org="org.wso2.carbon.event-processing" name="carbon-event-processing" rev="2.0.9">
<artifact name="carbon-event-processing" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.event-processing', module='carbon-event-processing', version='2.0.9')
)
libraryDependencies += "org.wso2.carbon.event-processing" % "carbon-event-processing" % "2.0.9"
[org.wso2.carbon.event-processing/carbon-event-processing "2.0.9"]