o

org.wso2.carbon.attachment.mgt

org.wso2.carbon.attachment.mgt provides the back-end functionality
http://wso2.org
Files download
File Operation
org.wso2.carbon.attachment.mgt-4.4.54.jar download
org.wso2.carbon.attachment.mgt-4.4.54.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.business-process</groupId>
  <artifactId>org.wso2.carbon.attachment.mgt</artifactId>
  <version>4.4.54</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.business-process:org.wso2.carbon.attachment.mgt:4.4.54'
Gradle Kotlin
implementation("org.wso2.carbon.business-process:org.wso2.carbon.attachment.mgt:4.4.54")
Scala SBT
libraryDependencies += "org.wso2.carbon.business-process" % "org.wso2.carbon.attachment.mgt" % "4.4.54"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.business-process', module='org.wso2.carbon.attachment.mgt', version='4.4.54')
)
Apache Ivy
<dependency org="org.wso2.carbon.business-process" name="org.wso2.carbon.attachment.mgt" rev="4.4.54" />
Leiningen
[org.wso2.carbon.business-process/org.wso2.carbon.attachment.mgt "4.4.54"]
Apache Buildr
'org.wso2.carbon.business-process:org.wso2.carbon.attachment.mgt:jar:4.4.54'