Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.gateway |
ArtifactId | ArtifactIdcarbon-identity-gateway-samples |
Version | Version0.1.3 |
Type | Typepom |
Filename | Size |
---|---|
carbon-identity-gateway-samples-0.1.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.gateway/carbon-identity-gateway-samples/ -->
<dependency>
<groupId>org.wso2.carbon.identity.gateway</groupId>
<artifactId>carbon-identity-gateway-samples</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.gateway/carbon-identity-gateway-samples/
implementation 'org.wso2.carbon.identity.gateway:carbon-identity-gateway-samples:0.1.3'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.gateway/carbon-identity-gateway-samples/
implementation ("org.wso2.carbon.identity.gateway:carbon-identity-gateway-samples:0.1.3")
'org.wso2.carbon.identity.gateway:carbon-identity-gateway-samples:pom:0.1.3'
<dependency org="org.wso2.carbon.identity.gateway" name="carbon-identity-gateway-samples" rev="0.1.3">
<artifact name="carbon-identity-gateway-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.gateway', module='carbon-identity-gateway-samples', version='0.1.3')
)
libraryDependencies += "org.wso2.carbon.identity.gateway" % "carbon-identity-gateway-samples" % "0.1.3"
[org.wso2.carbon.identity.gateway/carbon-identity-gateway-samples "0.1.3"]