o

org.wso2.carbon.registry.core.feature

Adds resources, collections, symbolic and remote links to the registry. Also, supports copying, moving, renaming and deleting resources and collections. This pack also allows users to edit and download resource content, and also manage read, write, delete permissions assigned to resources and collections.
http://wso2.org
Files download
File Operation
org.wso2.carbon.registry.core.feature-4.8.35.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.registry</groupId>
  <artifactId>org.wso2.carbon.registry.core.feature</artifactId>
  <version>4.8.35</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.registry:org.wso2.carbon.registry.core.feature:4.8.35'
Gradle Kotlin
implementation("org.wso2.carbon.registry:org.wso2.carbon.registry.core.feature:4.8.35")
Scala SBT
libraryDependencies += "org.wso2.carbon.registry" % "org.wso2.carbon.registry.core.feature" % "4.8.35"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.registry', module='org.wso2.carbon.registry.core.feature', version='4.8.35')
)
Apache Ivy
<dependency org="org.wso2.carbon.registry" name="org.wso2.carbon.registry.core.feature" rev="4.8.35" />
Leiningen
[org.wso2.carbon.registry/org.wso2.carbon.registry.core.feature "4.8.35"]
Apache Buildr
'org.wso2.carbon.registry:org.wso2.carbon.registry.core.feature:jar:4.8.35'