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