<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>basicauth-request-path-authenticator-feature</artifactId>
<version>5.0.8</version>
</dependency>
implementation group: 'org.wso2.carbon.identity', name: 'basicauth-request-path-authenticator-feature', version: '5.0.8'
implementation 'org.wso2.carbon.identity:basicauth-request-path-authenticator-feature:5.0.8'
implementation("org.wso2.carbon.identity:basicauth-request-path-authenticator-feature:5.0.8")
libraryDependencies += "org.wso2.carbon.identity" % "basicauth-request-path-authenticator-feature" % "5.0.8"
<dependency org="org.wso2.carbon.identity" name="basicauth-request-path-authenticator-feature" rev="5.0.8"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='basicauth-request-path-authenticator-feature', version='5.0.8')
)
[org.wso2.carbon.identity/basicauth-request-path-authenticator-feature "5.0.8"]
'org.wso2.carbon.identity:basicauth-request-path-authenticator-feature:jar:5.0.8'