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