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