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