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