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