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