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