a

andes

This is a Carbon bundle that represents the Andes module
http://wso2.org
Files download
File Operation
andes-3.3.17.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.messaging</groupId>
  <artifactId>andes</artifactId>
  <version>3.3.17</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.messaging:andes:3.3.17'
Gradle Kotlin
implementation("org.wso2.carbon.messaging:andes:3.3.17")
Scala SBT
libraryDependencies += "org.wso2.carbon.messaging" % "andes" % "3.3.17"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.messaging', module='andes', version='3.3.17')
)
Apache Ivy
<dependency org="org.wso2.carbon.messaging" name="andes" rev="3.3.17" />
Leiningen
[org.wso2.carbon.messaging/andes "3.3.17"]
Apache Buildr
'org.wso2.carbon.messaging:andes:jar:3.3.17'