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