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