o

org.wso2.carbon.registry.rest.api

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