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