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