GroupId | GroupIdorg.wso2.carbon.registry |
---|---|
ArtifactId | ArtifactIdorg.wso2.carbon.registry.ws.feature |
Version | Version4.6.15 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.registry/org.wso2.carbon.registry.ws.feature/ -->
<dependency>
<groupId>org.wso2.carbon.registry</groupId>
<artifactId>org.wso2.carbon.registry.ws.feature</artifactId>
<version>4.6.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.registry/org.wso2.carbon.registry.ws.feature/
implementation 'org.wso2.carbon.registry:org.wso2.carbon.registry.ws.feature:4.6.15'
// https://jarcasting.com/artifacts/org.wso2.carbon.registry/org.wso2.carbon.registry.ws.feature/
implementation ("org.wso2.carbon.registry:org.wso2.carbon.registry.ws.feature:4.6.15")
'org.wso2.carbon.registry:org.wso2.carbon.registry.ws.feature:pom:4.6.15'
<dependency org="org.wso2.carbon.registry" name="org.wso2.carbon.registry.ws.feature" rev="4.6.15">
<artifact name="org.wso2.carbon.registry.ws.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.registry', module='org.wso2.carbon.registry.ws.feature', version='4.6.15')
)
libraryDependencies += "org.wso2.carbon.registry" % "org.wso2.carbon.registry.ws.feature" % "4.6.15"
[org.wso2.carbon.registry/org.wso2.carbon.registry.ws.feature "4.6.15"]