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