a

attachment-mgt

A custom wso2 products or solution
http://wso2.org
文件下载
文件名 操作
attachment-mgt-4.5.21.pom 下载
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.business-process</groupId>
  <artifactId>attachment-mgt</artifactId>
  <version>4.5.21</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.business-process:attachment-mgt:4.5.21'
Gradle Kotlin
implementation("org.wso2.carbon.business-process:attachment-mgt:4.5.21")
Scala SBT
libraryDependencies += "org.wso2.carbon.business-process" % "attachment-mgt" % "4.5.21"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.business-process', module='attachment-mgt', version='4.5.21')
)
Apache Ivy
<dependency org="org.wso2.carbon.business-process" name="attachment-mgt" rev="4.5.21" />
Leiningen
[org.wso2.carbon.business-process/attachment-mgt "4.5.21"]
Apache Buildr
'org.wso2.carbon.business-process:attachment-mgt:jar:4.5.21'