<dependency>
<groupId>org.wso2.carbon.identity.tool.validator.sso.saml2</groupId>
<artifactId>org.wso2.carbon.identity.tools.saml.validator.server.feature</artifactId>
<version>5.5.2</version>
</dependency>
implementation group: 'org.wso2.carbon.identity.tool.validator.sso.saml2', name: 'org.wso2.carbon.identity.tools.saml.validator.server.feature', version: '5.5.2'
implementation 'org.wso2.carbon.identity.tool.validator.sso.saml2:org.wso2.carbon.identity.tools.saml.validator.server.feature:5.5.2'
implementation("org.wso2.carbon.identity.tool.validator.sso.saml2:org.wso2.carbon.identity.tools.saml.validator.server.feature:5.5.2")
libraryDependencies += "org.wso2.carbon.identity.tool.validator.sso.saml2" % "org.wso2.carbon.identity.tools.saml.validator.server.feature" % "5.5.2"
<dependency org="org.wso2.carbon.identity.tool.validator.sso.saml2" name="org.wso2.carbon.identity.tools.saml.validator.server.feature" rev="5.5.2"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity.tool.validator.sso.saml2', module='org.wso2.carbon.identity.tools.saml.validator.server.feature', version='5.5.2')
)
[org.wso2.carbon.identity.tool.validator.sso.saml2/org.wso2.carbon.identity.tools.saml.validator.server.feature "5.5.2"]
'org.wso2.carbon.identity.tool.validator.sso.saml2:org.wso2.carbon.identity.tools.saml.validator.server.feature:jar:5.5.2'