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