o

org.wso2.carbon.attachment.mgt.server.feature

This feature contains the core bundles required for Back-end Attachment Management Server functionality
http://wso2.org
文件下载
文件名 操作
org.wso2.carbon.attachment.mgt.server.feature-4.4.105.pom 下载
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.business-process</groupId>
  <artifactId>org.wso2.carbon.attachment.mgt.server.feature</artifactId>
  <version>4.4.105</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.business-process:org.wso2.carbon.attachment.mgt.server.feature:4.4.105'
Gradle Kotlin
implementation("org.wso2.carbon.business-process:org.wso2.carbon.attachment.mgt.server.feature:4.4.105")
Scala SBT
libraryDependencies += "org.wso2.carbon.business-process" % "org.wso2.carbon.attachment.mgt.server.feature" % "4.4.105"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.business-process', module='org.wso2.carbon.attachment.mgt.server.feature', version='4.4.105')
)
Apache Ivy
<dependency org="org.wso2.carbon.business-process" name="org.wso2.carbon.attachment.mgt.server.feature" rev="4.4.105" />
Leiningen
[org.wso2.carbon.business-process/org.wso2.carbon.attachment.mgt.server.feature "4.4.105"]
Apache Buildr
'org.wso2.carbon.business-process:org.wso2.carbon.attachment.mgt.server.feature:jar:4.4.105'