| Categories | CategoriesConfiguration Application Layer Libs config | 
|---|---|
| GroupId | GroupIdorg.wso2.carbon.governance | 
| ArtifactId | ArtifactIdorg.wso2.carbon.governance.notifications.configuration.feature | 
| Version | Version4.6.2-alpha | 
| Type | Typepom | 
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.governance/org.wso2.carbon.governance.notifications.configuration.feature/ -->
<dependency>
    <groupId>org.wso2.carbon.governance</groupId>
    <artifactId>org.wso2.carbon.governance.notifications.configuration.feature</artifactId>
    <version>4.6.2-alpha</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.wso2.carbon.governance/org.wso2.carbon.governance.notifications.configuration.feature/
implementation 'org.wso2.carbon.governance:org.wso2.carbon.governance.notifications.configuration.feature:4.6.2-alpha'// https://jarcasting.com/artifacts/org.wso2.carbon.governance/org.wso2.carbon.governance.notifications.configuration.feature/
implementation ("org.wso2.carbon.governance:org.wso2.carbon.governance.notifications.configuration.feature:4.6.2-alpha")'org.wso2.carbon.governance:org.wso2.carbon.governance.notifications.configuration.feature:pom:4.6.2-alpha'<dependency org="org.wso2.carbon.governance" name="org.wso2.carbon.governance.notifications.configuration.feature" rev="4.6.2-alpha">
  <artifact name="org.wso2.carbon.governance.notifications.configuration.feature" type="pom" />
</dependency>@Grapes(
@Grab(group='org.wso2.carbon.governance', module='org.wso2.carbon.governance.notifications.configuration.feature', version='4.6.2-alpha')
)libraryDependencies += "org.wso2.carbon.governance" % "org.wso2.carbon.governance.notifications.configuration.feature" % "4.6.2-alpha"[org.wso2.carbon.governance/org.wso2.carbon.governance.notifications.configuration.feature "4.6.2-alpha"]