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