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