<dependency>
<groupId>org.wso2.carbon.identity.verification</groupId>
<artifactId>org.wso2.carbon.identity.verification.evident</artifactId>
<version>1.0.4</version>
</dependency>
implementation group: 'org.wso2.carbon.identity.verification', name: 'org.wso2.carbon.identity.verification.evident', version: '1.0.4'
implementation 'org.wso2.carbon.identity.verification:org.wso2.carbon.identity.verification.evident:1.0.4'
implementation("org.wso2.carbon.identity.verification:org.wso2.carbon.identity.verification.evident:1.0.4")
libraryDependencies += "org.wso2.carbon.identity.verification" % "org.wso2.carbon.identity.verification.evident" % "1.0.4"
<dependency org="org.wso2.carbon.identity.verification" name="org.wso2.carbon.identity.verification.evident" rev="1.0.4"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity.verification', module='org.wso2.carbon.identity.verification.evident', version='1.0.4')
)
[org.wso2.carbon.identity.verification/org.wso2.carbon.identity.verification.evident "1.0.4"]
'org.wso2.carbon.identity.verification:org.wso2.carbon.identity.verification.evident:jar:1.0.4'