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