<dependency>
<groupId>org.wso2.carbon.identity.event.handler.notification</groupId>
<artifactId>org.wso2.carbon.email.mgt.server.feature</artifactId>
<version>1.7.11</version>
</dependency>
implementation group: 'org.wso2.carbon.identity.event.handler.notification', name: 'org.wso2.carbon.email.mgt.server.feature', version: '1.7.11'
implementation 'org.wso2.carbon.identity.event.handler.notification:org.wso2.carbon.email.mgt.server.feature:1.7.11'
implementation("org.wso2.carbon.identity.event.handler.notification:org.wso2.carbon.email.mgt.server.feature:1.7.11")
libraryDependencies += "org.wso2.carbon.identity.event.handler.notification" % "org.wso2.carbon.email.mgt.server.feature" % "1.7.11"
<dependency org="org.wso2.carbon.identity.event.handler.notification" name="org.wso2.carbon.email.mgt.server.feature" rev="1.7.11"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity.event.handler.notification', module='org.wso2.carbon.email.mgt.server.feature', version='1.7.11')
)
[org.wso2.carbon.identity.event.handler.notification/org.wso2.carbon.email.mgt.server.feature "1.7.11"]
'org.wso2.carbon.identity.event.handler.notification:org.wso2.carbon.email.mgt.server.feature:jar:1.7.11'