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