<dependency>
<groupId>org.wso2.carbon.identity.outbound.auth.sts.passive</groupId>
<artifactId>org.wso2.carbon.identity.application.authenticator.passive.sts.server.feature</artifactId>
<version>5.5.0</version>
</dependency>
implementation group: 'org.wso2.carbon.identity.outbound.auth.sts.passive', name: 'org.wso2.carbon.identity.application.authenticator.passive.sts.server.feature', version: '5.5.0'
implementation 'org.wso2.carbon.identity.outbound.auth.sts.passive:org.wso2.carbon.identity.application.authenticator.passive.sts.server.feature:5.5.0'
implementation("org.wso2.carbon.identity.outbound.auth.sts.passive:org.wso2.carbon.identity.application.authenticator.passive.sts.server.feature:5.5.0")
libraryDependencies += "org.wso2.carbon.identity.outbound.auth.sts.passive" % "org.wso2.carbon.identity.application.authenticator.passive.sts.server.feature" % "5.5.0"
<dependency org="org.wso2.carbon.identity.outbound.auth.sts.passive" name="org.wso2.carbon.identity.application.authenticator.passive.sts.server.feature" rev="5.5.0"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity.outbound.auth.sts.passive', module='org.wso2.carbon.identity.application.authenticator.passive.sts.server.feature', version='5.5.0')
)
[org.wso2.carbon.identity.outbound.auth.sts.passive/org.wso2.carbon.identity.application.authenticator.passive.sts.server.feature "5.5.0"]
'org.wso2.carbon.identity.outbound.auth.sts.passive:org.wso2.carbon.identity.application.authenticator.passive.sts.server.feature:jar:5.5.0'