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