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