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