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