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