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