Files download
File Operation
registry.core-feature-4.7.32.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.registry</groupId>
  <artifactId>registry.core-feature</artifactId>
  <version>4.7.32</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.registry:registry.core-feature:4.7.32'
Gradle Kotlin
implementation("org.wso2.carbon.registry:registry.core-feature:4.7.32")
Scala SBT
libraryDependencies += "org.wso2.carbon.registry" % "registry.core-feature" % "4.7.32"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.registry', module='registry.core-feature', version='4.7.32')
)
Apache Ivy
<dependency org="org.wso2.carbon.registry" name="registry.core-feature" rev="4.7.32" />
Leiningen
[org.wso2.carbon.registry/registry.core-feature "4.7.32"]
Apache Buildr
'org.wso2.carbon.registry:registry.core-feature:jar:4.7.32'