| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.wso2.carbon.registry |
| Идентификатор | Идентификаторorg.wso2.carbon.registry.core.feature |
| Последняя версия | Последняя версия4.8.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.registry/org.wso2.carbon.registry.core.feature/ -->
<dependency>
<groupId>org.wso2.carbon.registry</groupId>
<artifactId>org.wso2.carbon.registry.core.feature</artifactId>
<version>4.8.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.registry/org.wso2.carbon.registry.core.feature/
implementation 'org.wso2.carbon.registry:org.wso2.carbon.registry.core.feature:4.8.2'
// https://jarcasting.com/artifacts/org.wso2.carbon.registry/org.wso2.carbon.registry.core.feature/
implementation ("org.wso2.carbon.registry:org.wso2.carbon.registry.core.feature:4.8.2")
'org.wso2.carbon.registry:org.wso2.carbon.registry.core.feature:pom:4.8.2'
<dependency org="org.wso2.carbon.registry" name="org.wso2.carbon.registry.core.feature" rev="4.8.2">
<artifact name="org.wso2.carbon.registry.core.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.registry', module='org.wso2.carbon.registry.core.feature', version='4.8.2')
)
libraryDependencies += "org.wso2.carbon.registry" % "org.wso2.carbon.registry.core.feature" % "4.8.2"
[org.wso2.carbon.registry/org.wso2.carbon.registry.core.feature "4.8.2"]